]> git.eshelyaron.com Git - emacs.git/commitdiff
(electric-buffer-list): "?\ " -> "?\s".
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 13:48:25 +0000 (13:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 13:48:25 +0000 (13:48 +0000)
lisp/ebuff-menu.el

index 9d0a3e989fc7eed21c3a6e2efb8bd303ebe713bc..e3f91836e90063f719b25da3fcfa82683b6987ea 100644 (file)
@@ -73,7 +73,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry.
                  (catch 'electric-buffer-menu-select
                    (message "<<< Press Return to bury the buffer list >>>")
                    (if (eq (setq unread-command-events (list (read-event)))
-                           ?\ )
+                           ?\s)
                        (progn (setq unread-command-events nil)
                               (throw 'electric-buffer-menu-select nil)))
                    (let ((start-point (point))