emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuffer.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Wed, 09 Feb 2005 10:52:06 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.65 emacs/lisp/ibuffer.el:1.66
*** emacs/lisp/ibuffer.el:1.65  Sun Oct 31 01:07:58 2004
--- emacs/lisp/ibuffer.el       Wed Feb  9 15:50:42 2005
***************
*** 45,51 ****
  Ibuffer allows you to operate on buffers in a manner much like Dired.
  Operations include sorting, marking by regular expression, and
  the ability to filter the displayed buffers by various criteria."
!   :version "21.4"
    :group 'convenience)
  
  (defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left 
:elide)
--- 45,51 ----
  Ibuffer allows you to operate on buffers in a manner much like Dired.
  Operations include sorting, marking by regular expression, and
  the ability to filter the displayed buffers by various criteria."
!   :version "22.1"
    :group 'convenience)
  
  (defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left 
:elide)
***************
*** 215,221 ****
  should return non-nil if this buffer should be shown.
  
  Viewing of buffers hidden because of these predicates may be customized
! via `ibuffer-default-display-maybe-show-predicates' and is toggled by 
  giving a non-nil prefix argument to `ibuffer-update'.
  Note that this specialized filtering occurs before real filtering."
    :type '(repeat (choice regexp function))
--- 215,221 ----
  should return non-nil if this buffer should be shown.
  
  Viewing of buffers hidden because of these predicates may be customized
! via `ibuffer-default-display-maybe-show-predicates' and is toggled by
  giving a non-nil prefix argument to `ibuffer-update'.
  Note that this specialized filtering occurs before real filtering."
    :type '(repeat (choice regexp function))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]