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

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

[elpa] externals/embark cb440491b3: Add bindings for debug-on-entry and


From: ELPA Syncer
Subject: [elpa] externals/embark cb440491b3: Add bindings for debug-on-entry and cancel-debug-on-entry
Date: Mon, 3 Jan 2022 01:57:30 -0500 (EST)

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

    Add bindings for debug-on-entry and cancel-debug-on-entry
---
 embark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/embark.el b/embark.el
index 4d46e1014b..f5157c6b5c 100644
--- a/embark.el
+++ b/embark.el
@@ -3999,6 +3999,8 @@ and leaves the point to the left of it."
   :parent embark-symbol-map
   ("m" elp-instrument-function) ;; m=measure
   ("M" 'elp-restore-function) ;; quoted, not autoloaded
+  ("k" debug-on-entry) ;; breaKpoint (running out of letters, really)
+  ("K" cancel-debug-on-entry)
   ("t" trace-function)
   ("T" 'untrace-function)) ;; quoted, not autoloaded
 



reply via email to

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