aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 07e593a70c1..03740e780d5 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1857,7 +1857,7 @@ and selects that window."
1857 (string< (buffer-name elt1) (buffer-name elt2)))))) 1857 (string< (buffer-name elt1) (buffer-name elt2))))))
1858 (setq tail buffers) 1858 (setq tail buffers)
1859 (while tail 1859 (while tail
1860 (or (eq ?\ (aref (buffer-name (car tail)) 0)) 1860 (or (eq ?\s (aref (buffer-name (car tail)) 0))
1861 (setq maxlen 1861 (setq maxlen
1862 (max maxlen 1862 (max maxlen
1863 (length (buffer-name (car tail)))))) 1863 (length (buffer-name (car tail))))))