aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-10 11:10:08 +0200
committerEli Zaretskii2024-02-10 11:10:08 +0200
commit86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7 (patch)
treec389f06ff7aa6ca4db39af2be8d371e76b170c48
parent20f7a022f817eaed5f6889d9a892c22fc46f0d2f (diff)
downloademacs-86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7.tar.gz
emacs-86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7.zip
* lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999).
-rw-r--r--lisp/bind-key.el1
1 files changed, 1 insertions, 0 deletions
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."
155(add-to-list 'emulation-mode-map-alists 155(add-to-list 'emulation-mode-map-alists
156 `((override-global-mode . ,override-global-map))) 156 `((override-global-mode . ,override-global-map)))
157 157
158;;;###autoload
158(defvar personal-keybindings nil 159(defvar personal-keybindings nil
159 "List of bindings performed by `bind-key'. 160 "List of bindings performed by `bind-key'.
160 161