aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-01-04 00:11:00 +0000
committerDave Love2000-01-04 00:11:00 +0000
commitc282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28 (patch)
treeae3b6fce4e477fbeb434d013e49262e1ae0f5547
parent61255981773156ccca038d130cc1f9b4c7da6ec1 (diff)
downloademacs-c282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28.tar.gz
emacs-c282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28.zip
(elide-head): Add :version.
-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 @@
12000-01-03 Dave Love <fx@gnu.org> 12000-01-03 Dave Love <fx@gnu.org>
2 2
3 * elide-head.el (elide-head) [defgroup: Add :version.
4
3 * cl-extra.el (cl-emacs-type): Remove defvar. 5 * cl-extra.el (cl-emacs-type): Remove defvar.
4 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use 6 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
5 `cl-hash-table-p', not `hash-table-p'. 7 `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 @@
47 47
48(defgroup elide-head nil 48(defgroup elide-head nil
49 "Eliding copyright headers and the like in source files." 49 "Eliding copyright headers and the like in source files."
50 :version "21.1"
50 :prefix "elide-head" 51 :prefix "elide-head"
51 :group 'tools) 52 :group 'tools)
52 53