Change default width of Buffer-menu-buffer+size-width to 24
authorRobert J. Chassell <bob@rattlesnake.com>
Wed, 18 Dec 2002 20:24:51 +0000 (20:24 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Wed, 18 Dec 2002 20:24:51 +0000 (20:24 +0000)
and of Buffer-menu-mode-width to 16.

lisp/buff-menu.el

index 3efd9fa..a49244c 100644 (file)
   "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)