(electric-buffer-list): "?\ " -> "?\s".

This commit is contained in:
Juanma Barranquero 2006-11-27 13:48:25 +00:00
parent 01dbd8242c
commit a815809974

View 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))