From: Eli Zaretskii Date: Sat, 10 Feb 2024 09:10:08 +0000 (+0200) Subject: * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe30b0a35d579da69391862e67aa716d22e5ab72;p=emacs.git * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999). (cherry picked from commit 86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7) --- 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'.