# HG changeset patch # User Juanma Barranquero # Date 1120053002 0 # Node ID 91ca3ff1b2166178a12defd72a30bc098592c45d # Parent 65786fe1837b861574617d11c5c0869984c1f146 (mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ". diff -r 65786fe1837b -r 91ca3ff1b216 lisp/mouse.el --- 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))))))