From: Stefan Monnier Date: Wed, 10 May 2000 22:13:41 +0000 (+0000) Subject: (iswitchb-completion-help): Unquote lambda. X-Git-Tag: emacs-pretest-21.0.90~4007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=334bff783de4f9cd48104ba8ee7c13215adf8f02;p=emacs.git (iswitchb-completion-help): Unquote lambda. --- 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