mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(iswitchb-completion-help): Unquote lambda.
This commit is contained in:
parent
0e104800ef
commit
334bff783d
@ -888,8 +888,8 @@ Return the modified list with the last element prepended to it."
|
||||
iswitchb-buflist)
|
||||
:help-string "iswitchb "
|
||||
:activate-callback
|
||||
'(lambda (x y z)
|
||||
(message "doesn't work yet, sorry!")))
|
||||
(lambda (x y z)
|
||||
(message "doesn't work yet, sorry!")))
|
||||
;; else running Emacs
|
||||
(display-completion-list (if iswitchb-matches
|
||||
iswitchb-matches
|
||||
|
Loading…
Reference in New Issue
Block a user