branch: master commit bbb86b7010cac192f05c274c57115423f8cc5cc7 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Wrong require - thanks stephan --- realgud.el | 2 +- realgud/common/helper.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/realgud.el b/realgud.el index 09fbcd9..c7689ca 100644 --- a/realgud.el +++ b/realgud.el @@ -1,7 +1,7 @@ ;;; realgud.el --- A modular front-end for interacting with external debuggers ;; Author: Rocky Bernstein <ro...@gnu.org> -;; Version: 1.4.1 +;; Version: 1.4.2 ;; Package-Type: multi ;; Package-Requires: ((load-relative "1.2") (loc-changes "1.2") (test-simple "1.2.0")) ;; URL: http://github.com/realgud/realgud/ diff --git a/realgud/common/helper.el b/realgud/common/helper.el index 5beaf39..82bc878 100644 --- a/realgud/common/helper.el +++ b/realgud/common/helper.el @@ -12,7 +12,7 @@ ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -(require 'cl) +(require 'cl-lib) ;;; Miscellaneous utility functions (require 'load-relative)