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

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

[elpa] externals/ergoemacs-mode 65ad125 054/325: Cleanup


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 65ad125 054/325: Cleanup
Date: Sat, 23 Oct 2021 18:48:20 -0400 (EDT)

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

    Cleanup
---
 ergoemacs-map-properties.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ergoemacs-map-properties.el b/ergoemacs-map-properties.el
index 53e32be..c5fe061 100644
--- a/ergoemacs-map-properties.el
+++ b/ergoemacs-map-properties.el
@@ -914,7 +914,6 @@ STRUCT is the keymap structure for the current map."
        (error "Will not label a composed map's members to %s" map-key))
        (t
        (let ((breadcrumb-base ergoemacs-map--breadcrumb)
-             (struct (or struct (ergoemacs-gethash map-key 
ergoemacs-map-properties--key-struct)))
              (comp (plist-get struct :composed))
              (comp-list (ergoemacs-map-properties--composed-list keymap))
              from-prop-p
@@ -947,7 +946,6 @@ STRUCT is the keymap structure for the current map."
             old-plist
             (breadcrumb-base ergoemacs-map--breadcrumb)
             (parent (keymap-parent map))
-            (struct (or struct (ergoemacs-gethash map-key 
ergoemacs-map-properties--key-struct)))
             label tmp1 tmp2)
        (unwind-protect
            (progn



reply via email to

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