diff options
author | Dave Love <fx@gnu.org> | 1999-07-23 23:01:06 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-07-23 23:01:06 +0000 |
commit | ceafc2fa34bbbaf0fb291324c420429814de6d4d (patch) | |
tree | 6cad66f73e4d756922a353bb20189a9a8a5ed53c /lisp/hl-line.el | |
parent | eed3065994faf2d48338359c839cb0ee49444626 (diff) | |
download | emacs-ceafc2fa34bbbaf0fb291324c420429814de6d4d.tar.gz |
(hl-line-mode): Add autload cookies.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 55e8cfa157b..fd7d4f28095 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -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. |