]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:50:02 +0000 (13:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:50:02 +0000 (13:50 +0000)
lisp/mouse.el

index 07e593a70c1b087d044916bea59bbef309ac2315..03740e780d504ce40c59731519d822cf674964fc 100644 (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))))))