]> git.eshelyaron.com Git - emacs.git/commitdiff
(iswitchb-completion-help): Unquote lambda.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 May 2000 22:13:41 +0000 (22:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 May 2000 22:13:41 +0000 (22:13 +0000)
lisp/iswitchb.el

index 0f57b789038fb9d187af10dba5e3dd4d5cc06eee..6cd519bcc9f1a909eb04257120798d7bf5b527d0 100644 (file)
@@ -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