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

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

[nongnu] elpa/bind-map 7d20946692 04/97: Add autoloads


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 7d20946692 04/97: Add autoloads
Date: Thu, 20 Jan 2022 07:58:50 -0500 (EST)

branch: elpa/bind-map
commit 7d209466926ac32fb477729a56ca7a7e2c8ef28b
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Add autoloads
---
 bind-map.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bind-map.el b/bind-map.el
index 834ca9de2c..e8ddaa278c 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -59,6 +59,7 @@
   "Default states for evil bindings."
   :group 'bind-map)
 
+;;;###autoload
 (defmacro bind-map (map &rest args)
   "Bind keymap MAP in multiple places.
 If MAP is not defined, this will create a new sparse keymap with
@@ -164,6 +165,7 @@ MAPS, and KEYS."
                  (evil-define-key state map key ,def))
              (evil-global-set-key state key ,def)))))))
 
+;;;###autoload
 (defun bind-map-set-key-defaults (map key def &rest bindings)
   "Add a series of default bindings for LEADER.
 Default bindings never override existing ones. BINDINGS is a



reply via email to

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