From 334bff783de4f9cd48104ba8ee7c13215adf8f02 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 10 May 2000 22:13:41 +0000 Subject: [PATCH] (iswitchb-completion-help): Unquote lambda. --- lisp/iswitchb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 0f57b789038..6cd519bcc9f 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -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 -- 2.11.4.GIT