changeset 28859:a39f9b4d8f7c

(iswitchb-completion-help): Unquote lambda.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 May 2000 22:13:41 +0000
parents 85d4cc0b8741
children 40a22b85650e
files lisp/iswitchb.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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