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

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

[elpa] externals/ergoemacs-mode 706e35e 024/325: Remove dead code


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 706e35e 024/325: Remove dead code
Date: Sat, 23 Oct 2021 18:48:13 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 706e35e02b28e80dbd2bf86b0407acde5d0cb32e
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Remove dead code
---
 ergoemacs-lib.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ergoemacs-lib.el b/ergoemacs-lib.el
index f35adb7..9453c12 100644
--- a/ergoemacs-lib.el
+++ b/ergoemacs-lib.el
@@ -415,12 +415,6 @@ All other modes are assumed to be minor modes or 
unimportant.
       (when (memq (elt key 0) '(menu-bar remap again redo cut copy paste help 
open find ergoemacs-remap execute))
         (setq key nil))
       (and key (ergoemacs-key-description--menu key)))
-    ;; (let ((key (ergoemacs-gethash cmd (ergoemacs (ergoemacs :global-map) 
:where-is))))
-    ;;   (when key
-    ;;     (setq key (nth 0 key)))
-    ;;   (when (memq (elt key 0) '(menu-bar remap again redo cut copy paste 
help open find ergoemacs-remap execute))
-    ;;     (setq key nil))
-    ;;   (or (and key (ergoemacs-key-description--menu key)) ""))
     )))
 
 



reply via email to

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