# HG changeset patch # User Robert J. Chassell # Date 1040243091 0 # Node ID ec1a96fb72d682250422a2af4ca3bbaf8fb776ab # Parent f0df5f687c15a533e6ec0166d7e0ef18808e82e1 Change default width of Buffer-menu-buffer+size-width to 24 and of Buffer-menu-mode-width to 16. diff -r f0df5f687c15 -r ec1a96fb72d6 lisp/buff-menu.el --- a/lisp/buff-menu.el Wed Dec 18 06:16:28 2002 +0000 +++ b/lisp/buff-menu.el Wed Dec 18 20:24:51 2002 +0000 @@ -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)