Mercurial > emacs
changeset 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 | 65786fe1837b |
children | ebf4306a600f |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))))