summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-01-04 00:11:00 +0000
committerDave Love <fx@gnu.org>2000-01-04 00:11:00 +0000
commitc282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28 (patch)
treeae3b6fce4e477fbeb434d013e49262e1ae0f5547 /lisp
parent61255981773156ccca038d130cc1f9b4c7da6ec1 (diff)
downloademacs-c282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28.tar.gz
(elide-head): Add :version.
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)