diff lisp/mouse.el @ 63849:91ca3ff1b216

(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Jun 2005 13:50:02 +0000
parents 08eb8fe4b5ef
children 6fb026ad601f bb71c6cf2009
line wrap: on
line diff
--- a/lisp/mouse.el	Wed Jun 29 13:49:08 2005 +0000
+++ b/lisp/mouse.el	Wed Jun 29 13:50:02 2005 +0000
@@ -1857,7 +1857,7 @@
 			    (string< (buffer-name elt1) (buffer-name elt2))))))
     (setq tail buffers)
     (while tail
-      (or (eq ?\ (aref (buffer-name (car tail)) 0))
+      (or (eq ?\s (aref (buffer-name (car tail)) 0))
 	  (setq maxlen
 		(max maxlen
 		     (length (buffer-name (car tail))))))