]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999).
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2024 09:10:08 +0000 (11:10 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:54 +0000 (17:32 +0100)
(cherry picked from commit 86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7)

lisp/bind-key.el

index 94a39f795cd5e6ba5602ccc5cd4b4ab98da41add..378ad69b2bcd7fb8e445aea768dc7644598f55b5 100644 (file)
@@ -155,6 +155,7 @@ add keys to that keymap."
 (add-to-list 'emulation-mode-map-alists
              `((override-global-mode . ,override-global-map)))
 
+;;;###autoload
 (defvar personal-keybindings nil
   "List of bindings performed by `bind-key'.