]> code.delx.au - gnu-emacs/commitdiff
(group ibuffer): Add :version keyword.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 31 Oct 2004 01:09:18 +0000 (01:09 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 31 Oct 2004 01:09:18 +0000 (01:09 +0000)
lisp/ChangeLog
lisp/ibuffer.el

index ef580f180f4ba1ddd4239b8eadddbb32ae5aa890..ff85283bcc9a74fed1b5e6b92e211501d1cf0292 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-31  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuffer.el (group ibuffer): Add :version keyword.
+
 2004-10-31  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (group ido): Add :version keyword.
index 30c97a383d3aece92836bf77f2a6910359d3b864..6dce953df0f78867afdb4d9e7471189a704882aa 100644 (file)
@@ -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)