mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(elide-head): Add :version.
This commit is contained in:
parent
6125598177
commit
c282ca4de5
@ -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'.
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user