mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".
This commit is contained in:
parent
ebf944d7ac
commit
fc2b429ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue