comparison lisp/buff-menu.el @ 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 02944b0aaecd
children d6e1c5f7f468
comparison
equal deleted inserted replaced
48888:f0df5f687c15 48889:ec1a96fb72d6
77 (defface Buffer-menu-buffer-face 77 (defface Buffer-menu-buffer-face
78 '((t (:weight bold))) 78 '((t (:weight bold)))
79 "Face used to highlight buffer name." 79 "Face used to highlight buffer name."
80 :group 'font-lock-highlighting-faces) 80 :group 'font-lock-highlighting-faces)
81 81
82 (defcustom Buffer-menu-buffer+size-width 21 82 (defcustom Buffer-menu-buffer+size-width 26
83 "*How wide to jointly make the buffer name and size columns." 83 "*How wide to jointly make the buffer name and size columns."
84 :type 'number 84 :type 'number
85 :group 'Buffer-menu) 85 :group 'Buffer-menu)
86 86
87 (defcustom Buffer-menu-mode-width 11 87 (defcustom Buffer-menu-mode-width 16
88 "*How wide to make the mode name column." 88 "*How wide to make the mode name column."
89 :type 'number 89 :type 'number
90 :group 'Buffer-menu) 90 :group 'Buffer-menu)
91 91
92 ; This should get updated & resorted when you click on a column heading 92 ; This should get updated & resorted when you click on a column heading