emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog cc45fa4bf5 1/2: Do not autoload keymaps


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog cc45fa4bf5 1/2: Do not autoload keymaps
Date: Fri, 4 Aug 2023 16:00:42 -0400 (EDT)

branch: elpa/sweeprolog
commit cc45fa4bf5717cf2edc2e75613e06a647533c2de
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Eshel Yaron <me@eshelyaron.com>

    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'.
---
 sweeprolog.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sweeprolog.el b/sweeprolog.el
index 5a5fe7aca5..567665d1b1 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]