]> git.eshelyaron.com Git - emacs.git/commitdiff
(elide-head): Add :version.
authorDave Love <fx@gnu.org>
Tue, 4 Jan 2000 00:11:00 +0000 (00:11 +0000)
committerDave Love <fx@gnu.org>
Tue, 4 Jan 2000 00:11:00 +0000 (00:11 +0000)
lisp/ChangeLog
lisp/elide-head.el

index b6d1fc888561cd0ff76774c3c8177161a90a47c1..cc2fffaffc2dfad3c4b7b4a87742e4940d39bd19 100644 (file)
@@ -1,5 +1,7 @@
 2000-01-03  Dave Love  <fx@gnu.org>
 
+       * elide-head.el (elide-head) [defgroup: Add :version.
+
        * cl-extra.el (cl-emacs-type): Remove defvar.
        (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
        `cl-hash-table-p', not `hash-table-p'.
index 03e63b9893ebc248c2c20e0d53452d120a6ccc21..8c8d4eb2c93fd3c490ec4cf048ba072d98de6b8c 100644 (file)
@@ -47,6 +47,7 @@
 
 (defgroup elide-head nil
   "Eliding copyright headers and the like in source files."
+  :version "21.1"
   :prefix "elide-head"
   :group 'tools)