From ceafc2fa34bbbaf0fb291324c420429814de6d4d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 23 Jul 1999 23:01:06 +0000 Subject: [PATCH] (hl-line-mode): Add autload cookies. --- lisp/hl-line.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5