Mercurial > emacs
changeset 48889:ec1a96fb72d6
Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Wed, 18 Dec 2002 20:24:51 +0000 |
parents | f0df5f687c15 |
children | f4d223f5f6ef |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Wed Dec 18 06:16:28 2002 +0000 +++ b/lisp/buff-menu.el Wed Dec 18 20:24:51 2002 +0000 @@ -79,12 +79,12 @@ "Face used to highlight buffer name." :group 'font-lock-highlighting-faces) -(defcustom Buffer-menu-buffer+size-width 21 +(defcustom Buffer-menu-buffer+size-width 26 "*How wide to jointly make the buffer name and size columns." :type 'number :group 'Buffer-menu) -(defcustom Buffer-menu-mode-width 11 +(defcustom Buffer-menu-mode-width 16 "*How wide to make the mode name column." :type 'number :group 'Buffer-menu)