emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Wed, 29 Jun 2005 09:50:02 -0400

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.272 emacs/lisp/mouse.el:1.273
*** emacs/lisp/mouse.el:1.272   Fri Jun 10 14:05:55 2005
--- emacs/lisp/mouse.el Wed Jun 29 13:50:02 2005
***************
*** 1857,1863 ****
                            (string< (buffer-name elt1) (buffer-name elt2))))))
      (setq tail buffers)
      (while tail
!       (or (eq ?\ (aref (buffer-name (car tail)) 0))
          (setq maxlen
                (max maxlen
                     (length (buffer-name (car tail))))))
--- 1857,1863 ----
                            (string< (buffer-name elt1) (buffer-name elt2))))))
      (setq tail buffers)
      (while tail
!       (or (eq ?\s (aref (buffer-name (car tail)) 0))
          (setq maxlen
                (max maxlen
                     (length (buffer-name (car tail))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]