1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(elide-head): Add :version.

This commit is contained in:
Dave Love 2000-01-04 00:11:00 +00:00
parent 6125598177
commit c282ca4de5
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-01-03 Dave Love <fx@gnu.org> 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-extra.el (cl-emacs-type): Remove defvar.
(cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
`cl-hash-table-p', not `hash-table-p'. `cl-hash-table-p', not `hash-table-p'.

View File

@ -47,6 +47,7 @@
(defgroup elide-head nil (defgroup elide-head nil
"Eliding copyright headers and the like in source files." "Eliding copyright headers and the like in source files."
:version "21.1"
:prefix "elide-head" :prefix "elide-head"
:group 'tools) :group 'tools)