mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(hl-line-mode): Add autload cookies.
This commit is contained in:
parent
eed3065994
commit
ceafc2fa34
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user