# HG changeset patch
# User Stefan Monnier <monnier@iro.umontreal.ca>
# Date 957996821 0
# Node ID a39f9b4d8f7c2983d81d0fac66a43274440efe3a
# Parent  85d4cc0b87411e19d0c2a0ed7c3aa9fbe8f4cb03
(iswitchb-completion-help): Unquote lambda.

diff -r 85d4cc0b8741 -r a39f9b4d8f7c lisp/iswitchb.el
--- a/lisp/iswitchb.el	Wed May 10 22:12:46 2000 +0000
+++ b/lisp/iswitchb.el	Wed May 10 22:13:41 2000 +0000
@@ -888,8 +888,8 @@
 				       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