(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".

This commit is contained in:
Juanma Barranquero 2005-06-29 13:50:02 +00:00
parent ebf944d7ac
commit fc2b429ee9

View file

@ -1857,7 +1857,7 @@ and selects that window."
(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))))))