diff options
author | John Paul Wallington <jpw@pobox.com> | 2002-11-21 05:36:06 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2002-11-21 05:36:06 +0000 |
commit | 1fb876f6651f07f164ebf4ad2e5413101ae68151 (patch) | |
tree | 6b556a77f5f53ff163cf43740a517a6748f8cca8 /lisp/ibuffer.el | |
parent | 516eea8e3c3d20d55c8837369a0c9782ac330317 (diff) | |
download | emacs-1fb876f6651f07f164ebf4ad2e5413101ae68151.tar.gz |
(ibuffer-formats): Change default value; bump width
of size column in first format to 7.
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r-- | lisp/ibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 03722a80aac..3838212b304 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -58,7 +58,7 @@ the ability to filter the displayed buffers by various criteria." :group 'convenience) (defcustom ibuffer-formats '((mark modified read-only " " (name 16 16 :left :elide) - " " (size 6 -1 :right) + " " (size 7 -1 :right) " " (mode 16 16 :right :elide) " " filename-and-process) (mark " " (name 16 -1) " " filename)) "A list of ways to display buffer lines. |