emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Tue, 23 Apr 2002 20:07:41 -0400

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.210 emacs/lisp/menu-bar.el:1.211
*** emacs/lisp/menu-bar.el:1.210        Tue Apr 23 11:16:00 2002
--- emacs/lisp/menu-bar.el      Tue Apr 23 20:07:40 2002
***************
*** 1267,1273 ****
    ;; (format "%%%ds  %%s%%s  %%s" menu-bar-update-buffers-maxbuf)
    (let* ((buf (car elt))
         (file
!         (and (null uniquify-buffer-name-style)
               (or (buffer-file-name buf)
                   (buffer-local-value 'list-buffers-directory buf))))
         (mod (if (buffer-modified-p buf) "*" ""))
--- 1267,1274 ----
    ;; (format "%%%ds  %%s%%s  %%s" menu-bar-update-buffers-maxbuf)
    (let* ((buf (car elt))
         (file
!         (and (or (not (boundp 'uniquify-buffer-name-style))
!                  (null uniquify-buffer-name-style))
               (or (buffer-file-name buf)
                   (buffer-local-value 'list-buffers-directory buf))))
         (mod (if (buffer-modified-p buf) "*" ""))



reply via email to

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