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

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

[elpa] externals/embark 2f147726fe 2/2: Move where-is to command map


From: ELPA Syncer
Subject: [elpa] externals/embark 2f147726fe 2/2: Move where-is to command map
Date: Sat, 15 Jan 2022 14:57:25 -0500 (EST)

branch: externals/embark
commit 2f147726fef37b085e3f4ee2d94d953480544552
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Move where-is to command map
    
    I think it was in the symbol map since before we had separate
    variable, function, command and face maps!
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 0bb49595b9..2412fb3109 100644
--- a/embark.el
+++ b/embark.el
@@ -3984,7 +3984,6 @@ The advice is self-removing so it only affects ACTION 
once."
   ("h" describe-symbol)
   ("s" embark-info-lookup-symbol)
   ("d" embark-find-definition)
-  ("b" where-is)
   ("e" pp-eval-expression)
   ("a" apropos)
   ("\\" embark-history-remove))
@@ -4026,6 +4025,7 @@ The advice is self-removing so it only affects ACTION 
once."
   :parent embark-function-map
   ("x" execute-extended-command)
   ("I" Info-goto-emacs-command-node)
+  ("b" where-is)
   ("g" global-set-key)
   ("l" local-set-key))
 



reply via email to

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