Next: Use make-keymap instead of keymap:make-keymap to report type errors.

master
Pierre Neidhardt 2020-05-05 14:30:34 +02:00
parent 36c3321aa5
commit 79d574e131
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
(ignore-errors (uiop:run-program
(list "emacsclient" "--eval" s-exps-string)))))
(defvar *my-keymap* (keymap:make-keymap "my-map")
(defvar *my-keymap* (make-keymap "my-map")
"Keymap for `my-mode'.")
(define-command org-capture (&optional (buffer (current-buffer)))