]> code.delx.au - gnu-emacs/blobdiff - lisp/ebuff-menu.el
*** empty log message ***
[gnu-emacs] / lisp / ebuff-menu.el
index 9d0a3e989fc7eed21c3a6e2efb8bd303ebe713bc..9323c8133e56ba4b05a81b24176822eafa4eca1e 100644 (file)
@@ -1,7 +1,7 @@
 ;;; ebuff-menu.el --- electric-buffer-list mode
 
-;; Copyright (C) 1985, 1986, 1994, 2002, 2003, 2004,
-;;   2005, 2006 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004,
+;;   2005, 2006, 2007 Free Software Foundation, Inc.
 
 ;; Author: Richard Mlynarik <mly@ai.mit.edu>
 ;; Maintainer: FSF
@@ -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))