summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorRobert J. Chassell <bob@rattlesnake.com>2002-12-18 20:24:51 +0000
committerRobert J. Chassell <bob@rattlesnake.com>2002-12-18 20:24:51 +0000
commit4f0992b35b98560fb180a462b16ffdf536743f29 (patch)
treee0051830d8f83def443819053c51747de604f10f /lisp/buff-menu.el
parent9785d95b98c184d5051775555e5af0b707a5ce9a (diff)
downloademacs-4f0992b35b98560fb180a462b16ffdf536743f29.tar.gz
Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 3efd9fac943..a49244ce60d 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -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)