diff options
author | Dave Love <fx@gnu.org> | 1999-08-04 19:07:31 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-08-04 19:07:31 +0000 |
commit | eee06d2659255f30b39726b8709fabee50c824c7 (patch) | |
tree | 7c968ce8b6b3f7c7197d6f3df1265c8fdc43f4c7 /lisp/hl-line.el | |
parent | 2311d6d05dabc47384fcd6aeaff03daf1e014450 (diff) | |
download | emacs-eee06d2659255f30b39726b8709fabee50c824c7.tar.gz |
(hl-line): Fix :version.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index fd7d4f28095..d68c351eb47 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -48,7 +48,7 @@ (defgroup hl-line nil "Highliight the current line." - :version "20.5" + :version "21.1" :group 'editing) ;;;###autoload |