aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert J. Chassell2002-12-18 20:24:51 +0000
committerRobert J. Chassell2002-12-18 20:24:51 +0000
commit4f0992b35b98560fb180a462b16ffdf536743f29 (patch)
treee0051830d8f83def443819053c51747de604f10f
parent9785d95b98c184d5051775555e5af0b707a5ce9a (diff)
downloademacs-4f0992b35b98560fb180a462b16ffdf536743f29.tar.gz
emacs-4f0992b35b98560fb180a462b16ffdf536743f29.zip
Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
-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 @@
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)