emacs-diffs
[Top][All Lists]
Advanced

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

master 1c6dc3a: Add help menu entry for view-lossage


From: Tino Calancha
Subject: master 1c6dc3a: Add help menu entry for view-lossage
Date: Thu, 25 Jun 2020 15:00:27 -0400 (EDT)

branch: master
commit 1c6dc3a96c12439a2b6298af217e42634ec066f6
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    Add help menu entry for view-lossage
    
    * lisp/menu-bar.el (menu-bar-describe-menu):
    Add an entry for view-lossage (Bug#41933).
---
 lisp/menu-bar.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 9bc667a..30a35b0 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1815,6 +1815,9 @@ mail status in mode line"))
     (bindings--define-key menu [list-keybindings]
       '(menu-item "List Key Bindings" describe-bindings
                   :help "Display all current key bindings (keyboard 
shortcuts)"))
+    (bindings--define-key menu [list-recent-keystrokes]
+      '(menu-item "Show Recent Keys" view-lossage
+                  :help "Display last few input keystrokes and the commands 
run"))
     (bindings--define-key menu [describe-current-display-table]
       '(menu-item "Describe Display Table" describe-current-display-table
                   :help "Describe the current display table"))



reply via email to

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