diff options
author | Dave Love <fx@gnu.org> | 2000-01-04 00:11:00 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-04 00:11:00 +0000 |
commit | c282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28 (patch) | |
tree | ae3b6fce4e477fbeb434d013e49262e1ae0f5547 /lisp/elide-head.el | |
parent | 61255981773156ccca038d130cc1f9b4c7da6ec1 (diff) | |
download | emacs-c282ca4de5ca2c1db7ec7a9d4c4c565ef2403d28.tar.gz |
(elide-head): Add :version.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r-- | lisp/elide-head.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |