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

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

[elpa] externals/embark 570a025 1/7: Change elp-instrument-function bind


From: ELPA Syncer
Subject: [elpa] externals/embark 570a025 1/7: Change elp-instrument-function binding to m for measure
Date: Fri, 10 Dec 2021 04:57:28 -0500 (EST)

branch: externals/embark
commit 570a025abaccf61a9206b9de0604a81675372284
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Change elp-instrument-function binding to m for measure
    
    S conflicts with embark-collect-snapshot.
---
 embark.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/embark.el b/embark.el
index 0ca3a2f..6596af2 100644
--- a/embark.el
+++ b/embark.el
@@ -3747,8 +3747,8 @@ and leaves the point to the left of it."
 (embark-define-keymap embark-function-map
   "Keymap for Embark function actions."
   :parent embark-symbol-map
-  ("s" elp-instrument-function) ;; s like statistics
-  ("S" 'elp-restore-function) ;; quoted, not autoloaded
+  ("m" elp-instrument-function) ;; m=measure
+  ("M" 'elp-restore-function) ;; quoted, not autoloaded
   ("t" trace-function)
   ("T" 'untrace-function)) ;; quoted, not autoloaded
 
@@ -3771,8 +3771,8 @@ and leaves the point to the left of it."
   ("W" embark-save-package-url)
   ("a" package-autoremove)
   ("g" package-refresh-contents)
-  ("s" elp-instrument-package)
-  ("S" embark-elp-restore-package))
+  ("m" elp-instrument-package) ;; m=measure
+  ("M" embark-elp-restore-package))
 
 (embark-define-keymap embark-bookmark-map
   "Keymap for Embark bookmark actions."



reply via email to

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