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

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

[elpa] externals/ergoemacs-mode f2caedb 032/325: Remove dead code


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

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

    Remove dead code
---
 ergoemacs-component.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ergoemacs-component.el b/ergoemacs-component.el
index c289457..dfe3160 100644
--- a/ergoemacs-component.el
+++ b/ergoemacs-component.el
@@ -164,8 +164,6 @@ It also passes ARGS if any are specified."
         (setq arg1 (pop list)
               arg2 (pop list))))
      ((and (consp list) (stringp (car list)))
-      ;; :list ("C-." . ace-jump-mode)
-      ;; :list ("C-." ace-jump-mode)
       (apply function (car list)
              (or (and (consp (cdr list)) (nth 1 list))
                  (cdr list))



reply via email to

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