branch: externals/ergoemacs-mode
commit f2caedbecb0ac6e6c6bdad16a3bcd442508b4128
Author: Walter Landry <wlan...@caltech.edu>
Commit: Walter Landry <wlan...@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