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

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

[elpa] externals/hyperbole 3c6dcafe4f 21/47: Revert hunk, will be applie


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 3c6dcafe4f 21/47: Revert hunk, will be applied elsewhere
Date: Sun, 25 Jun 2023 15:58:36 -0400 (EDT)

branch: externals/hyperbole
commit 3c6dcafe4fa7fc2a68733b16d5c819a5a1c3bf57
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    Revert hunk, will be applied elsewhere
    
    https://github.com/rswgnu/hyperbole/pull/343/files#r1237896903
---
 hbut.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/hbut.el b/hbut.el
index a04cb21f64..048dc73ca0 100644
--- a/hbut.el
+++ b/hbut.el
@@ -1625,12 +1625,8 @@ associated arguments from the button."
       (unless (string-match "::" type-name)
        (setq ibut-type-symbol (intern-soft (concat "ibtypes::" type-name))))
       (when ibut-type-symbol
-       (let (;; (types (htype:category 'ibtypes))
+       (let ((types (htype:category 'ibtypes))
              ;; 'types' is a global var used in (hact) function, don't delete.
-             ;; FIXME: I can't see where `types' is used as a global var
-             ;; "in (hact) function", and the above binding was treated
-             ;; by Emacs as lexically-scoped so it wasn't affecting any
-             ;; other global `types' definition anyway.
              (hrule:action 'actype:identity))
          (funcall ibut-type-symbol))))))
 



reply via email to

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