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

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

[elpa] externals/ergoemacs-mode 4b850f2 060/325: Remove dead code and us


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 4b850f2 060/325: Remove dead code and useless message
Date: Sat, 23 Oct 2021 18:48:21 -0400 (EDT)

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

    Remove dead code and useless message
---
 ergoemacs-map-properties.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ergoemacs-map-properties.el b/ergoemacs-map-properties.el
index c5fe061..2fad276 100644
--- a/ergoemacs-map-properties.el
+++ b/ergoemacs-map-properties.el
@@ -635,14 +635,11 @@ These keymaps are saved in 
`ergoemacs-map-properties--hook-map-hash'."
       (progn
        (setq ergoemacs-map-properties--known-maps 
ergoemacs-map-properties--label-atoms-maps)
        (ergoemacs-map-properties--label-known))
-      ;; (ergoemacs-map-properties--label-atoms)
     (ergoemacs-timing get-original-global-map
-      ;; (ergoemacs-map-properties--label-atoms)
       (if (file-readable-p (ergoemacs-map-properties--default-global-file))
           (progn
            (load (ergoemacs-map-properties--default-global-file))
            (setq ergoemacs-map-properties--known-maps 
ergoemacs-map-properties--label-atoms-maps)
-           (message "Breadcrumb %s" (ergoemacs-gethash 
'describe-european-environment-map ergoemacs-breadcrumb-hash))
            (ergoemacs-map-properties--label-known)
             (ergoemacs-map-properties--protect-global-map))
         (if noninteractive



reply via email to

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