diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/iswitchb.el | 4 |
1 files 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 |
