changeset 25051:64e3159f0c7b

(hl-line-mode): Add autload cookies.
author Dave Love <fx@gnu.org>
date Fri, 23 Jul 1999 23:01:06 +0000
parents 1539c0070dd3
children d2a4359531e0
files lisp/hl-line.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hl-line.el	Fri Jul 23 22:57:32 1999 +0000
+++ b/lisp/hl-line.el	Fri Jul 23 23:01:06 1999 +0000
@@ -48,8 +48,10 @@
 
 (defgroup hl-line nil
   "Highliight the current line."
+  :version "20.5"
   :group 'editing)
 
+;;;###autoload
 (defcustom hl-line-mode nil
   "Non-nil if Hl-Line mode is enabled."
   :set (lambda (symbol value)
@@ -83,6 +85,7 @@
   (if hl-line-overlay
       (delete-overlay hl-line-overlay)))
 
+;;;###autoload
 (defun hl-line-mode (&optional arg)
   "Global minor mode to highlight the line about point.