emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/hyperbole 63df256a56 1/2: Make defil button types f


From: Stefan Monnier
Subject: Re: [elpa] externals/hyperbole 63df256a56 1/2: Make defil button types flash on activation
Date: Tue, 18 Oct 2022 10:26:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> @@ -1566,7 +1577,7 @@ associated arguments from the button."
>       (setq ibut-type-symbol (intern-soft (concat "ibtypes::" type-name))))
>        (when ibut-type-symbol
>       (let ((types (htype:category 'ibtypes))
> -           ;; Global var used in (hact) function, don't delete.
> +           ;; 'types' is a global var used in (hact) function, don't delete.
>             (hrule:action 'actype:identity))
>         (funcall ibut-type-symbol))))))

Could you clarify?  When searching for `types` in hact.el I found it
used only inside `htype:names` where it can't interact with the above
code, AFAICT.

What am I missing?


        Stefan




reply via email to

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