emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support


From: Stefan Monnier
Subject: Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support
Date: Fri, 07 May 2021 09:01:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> @@ -339,7 +340,8 @@ Set to nil in order to disable confirmation."
>                  cands))
>               ((symbol-function #'orderless-highlight-matches)
>                (lambda (pattern cands)

Usually we write `fboundp` when we want to test if a function is bound.
Of course, `symbol-function` does the job as well (the two functions
could be aliases of each other nowadays) but it's not idiomatic.


        Stefan




reply via email to

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