From: Philip Kaludercic Date: Thu, 3 Aug 2023 19:42:55 +0000 (+0000) Subject: Do not autoload keymaps X-Git-Tag: V9.1.13-sweep-0.22.1~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc45fa4bf5717cf2edc2e75613e06a647533c2de;p=sweep.git Do not autoload keymaps When a keymap is autoloaded (and the definition is copied over to the -autoloads.el file), and the function are sharp-quoted, Emacs can complain about undefined symbols, especially in combination with 'package-quickstart'. --- diff --git a/sweeprolog.el b/sweeprolog.el index 5a5fe7a..567665d 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -541,7 +541,6 @@ for top-level buffers that don't belong to any project." map) "Local keymap for `sweeprolog-top-level-menu-mode' buffers.") -;;;###autoload (defvar sweeprolog-help-prefix-map (let ((map (make-sparse-keymap))) (define-key map "m" #'sweeprolog-describe-module) @@ -549,7 +548,6 @@ for top-level buffers that don't belong to any project." map) "Keymap for `sweeprolog' help commands.") -;;;###autoload (defvar sweeprolog-prefix-map (let ((map (make-sparse-keymap))) (define-key map "B" #'sweeprolog-list-breakpoints)