diff options
| author | rocky <rocky@gnu.org> | 2019-05-15 02:57:52 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-05-15 02:57:52 -0400 |
| commit | 2296cc465f98d8fdd3b7af2b0dc167feb899b1be (patch) | |
| tree | bf516d6f61ddfd932504c988b91b5f899427ff89 | |
| parent | 4afe1caed95968bdfe9605b0be0f0b32fe60ec24 (diff) | |
Add load-relative and and cl-lib dependencies
| -rw-r--r-- | realgud-lldb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/realgud-lldb.el b/realgud-lldb.el index 464871d..4b9fe1b 100644 --- a/realgud-lldb.el +++ b/realgud-lldb.el @@ -2,7 +2,7 @@ ;; Author: Rocky Bernstein ;; Version: 1.0.0 -;; Package-Requires: ((realgud "1.4.5") (emacs "24")) +;; Package-Requires: ((load-relative "1.2") (cl-lib "0.5") (realgud "1.4.5") (emacs "24")) ;; URL: http://github.com/rocky/realgud-lldb ;; Compatibility: GNU Emacs 24.x |
