]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-formats): Change default value; bump width
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 21 Nov 2002 05:36:06 +0000 (05:36 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 21 Nov 2002 05:36:06 +0000 (05:36 +0000)
of size column in first format to 7.

lisp/ChangeLog
lisp/ibuffer.el

index 2998487dbd279b8e5bd7ef25a74fc001cf1048cc..3db6fd175c720749675628495abfa9faf37e05a8 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-formats): Change default value; bump width
+       of size column in first format to 7.
+
 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
 
        * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
index 03722a80aac4ec449e527f654de95e74ee970c04..3838212b3041fe7b9d10cf384ec652a480dd5e4d 100644 (file)
@@ -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.