emacs-diffs
[Top][All Lists]
Advanced

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

master 86c5b7c49c0: * lisp/bind-key.el (personal-keybindings): Autoload


From: Eli Zaretskii
Subject: master 86c5b7c49c0: * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999).
Date: Sat, 10 Feb 2024 04:10:28 -0500 (EST)

branch: master
commit 86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999).
---
 lisp/bind-key.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/bind-key.el b/lisp/bind-key.el
index 94a39f795cd..378ad69b2bc 100644
--- a/lisp/bind-key.el
+++ b/lisp/bind-key.el
@@ -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'.
 



reply via email to

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