/[emacs]/emacs/lisp/mouse.el
ViewVC logotype

Diff of /emacs/lisp/mouse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.272 by lektu, Fri Jun 10 14:05:55 2005 UTC revision 1.273 by lektu, Wed Jun 29 13:50:02 2005 UTC
# Line 1857  and selects that window." Line 1857  and selects that window."
1857                              (string< (buffer-name elt1) (buffer-name elt2))))))                              (string< (buffer-name elt1) (buffer-name elt2))))))
1858      (setq tail buffers)      (setq tail buffers)
1859      (while tail      (while tail
1860        (or (eq ?\ (aref (buffer-name (car tail)) 0))        (or (eq ?\s (aref (buffer-name (car tail)) 0))
1861            (setq maxlen            (setq maxlen
1862                  (max maxlen                  (max maxlen
1863                       (length (buffer-name (car tail))))))                       (length (buffer-name (car tail))))))

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26