summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/elide-head.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b6d1fc88856..cc2fffaffc2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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'.
diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 03e63b9893e..8c8d4eb2c93 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -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)