From 4f0992b35b98560fb180a462b16ffdf536743f29 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Wed, 18 Dec 2002 20:24:51 +0000 Subject: [PATCH] Change default width of Buffer-menu-buffer+size-width to 24 and of Buffer-menu-mode-width to 16. --- lisp/buff-menu.el | 4 ++-- 1 file 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) -- 2.39.2