X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/38cde5d3d67166f2e0242c101bf43d5645306af5..5223adaa187d2231f03f59a44473b93192bc6968:/el/mdw-multiple-cursors.el diff --git a/el/mdw-multiple-cursors.el b/el/mdw-multiple-cursors.el index c384a4b..d5d77a3 100644 --- a/el/mdw-multiple-cursors.el +++ b/el/mdw-multiple-cursors.el @@ -27,6 +27,8 @@ ;; (autoload 'mdw-multiple-cursors-keymap "mdw-multiple-cursors.el" ;; "A keymap for Magnar Sveen's awesome multiple-cursors." nil 'keymap) +(require 'cl-lib) + ;;;-------------------------------------------------------------------------- ;;; Some machinery for omitting key prefixes. @@ -79,7 +81,7 @@ forms) to appear at the start of the wrapper function." ;;;-------------------------------------------------------------------------- ;;; The multiple-cursors key bindings. -(eval-when (load eval) +(cl-eval-when (load eval) (require 'multiple-cursors)) (defvar mdw-multiple-cursors-keymap (make-sparse-keymap)