From: Richard M. Stallman Date: Sat, 17 Nov 2001 22:30:16 +0000 (+0000) Subject: (menu-bar-update-buffers-1): Don't pad the buffer name. X-Git-Tag: ttn-vms-21-2-B4~18424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75547194d378932a1f0edb28c6bb078ec73cfb45;p=emacs.git (menu-bar-update-buffers-1): Don't pad the buffer name. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 01efd3b6d68..c0454fdb776 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1016,7 +1016,8 @@ key (or menu-item)")) (defun menu-bar-update-buffers-1 (elt) (cons (format - (format "%%%ds %%s%%s %%s" menu-bar-update-buffers-maxbuf) + ;; (format "%%%ds %%s%%s %%s" menu-bar-update-buffers-maxbuf) + "%s %s%s -- %s" (cdr elt) (if (buffer-modified-p (car elt)) "*" " ")