diff options
| author | rocky <rocky@gnu.org> | 2019-05-22 04:15:45 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-05-22 04:15:45 -0400 |
| commit | 9b493513cba90203d472bd85e4e5b5b16fd23fad (patch) | |
| tree | 2a5306f49e833ba0368486e6248857b1131a4ef8 | |
| parent | 071bc16ee00689ba5c21d0c9802b232ca6b01d58 (diff) | |
Add load-reative for (provide-me)
| -rw-r--r-- | ipdb/core.el | 1 | ||||
| -rw-r--r-- | ipdb/init.el | 1 | ||||
| -rw-r--r-- | ipdb/track-mode.el | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ipdb/core.el b/ipdb/core.el index 45c9568..7468299 100644 --- a/ipdb/core.el +++ b/ipdb/core.el @@ -13,6 +13,7 @@ (require 'comint) (require 'realgud) +(require 'load-relative) (declare-function realgud-lang-mode? 'realgud-lang) (declare-function realgud-parse-command-arg 'realgud-core) diff --git a/ipdb/init.el b/ipdb/init.el index 71998e2..0cd38dc 100644 --- a/ipdb/init.el +++ b/ipdb/init.el @@ -19,6 +19,7 @@ (eval-when-compile (require 'cl-lib)) ;For setf. +(require 'load-relative) (require 'realgud) (defvar realgud-pat-hash) diff --git a/ipdb/track-mode.el b/ipdb/track-mode.el index 0a660d0..bebdf6f 100644 --- a/ipdb/track-mode.el +++ b/ipdb/track-mode.el @@ -20,6 +20,7 @@ (eval-when-compile (require 'cl-lib)) (require 'realgud) +(require 'load-relative) (require-relative-list '("core" "init") "realgud--ipdb-") |
