# HG changeset patch # User John Paul Wallington # Date 1099184878 0 # Node ID 3ffa48c8d4f0a9112cad89454186cf48979a853a # Parent a1c4ff6369477a0b0c045230f163d11abb4e9cff (group ibuffer): Add :version keyword. diff -r a1c4ff636947 -r 3ffa48c8d4f0 lisp/ibuffer.el --- a/lisp/ibuffer.el Sun Oct 31 00:05:18 2004 +0000 +++ b/lisp/ibuffer.el Sun Oct 31 01:07:58 2004 +0000 @@ -45,6 +45,7 @@ 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)