KEYMAP to the call to define-minor-mode.
+2001-08-26 Gerd Moellmann <gerd@gnu.org>
+
+ * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
+ KEYMAP to the call to define-minor-mode.
+
2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
* term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
Uses functions `hl-line-unhighlight' and `hl-line-highlight' on
`pre-command-hook' and `post-command-hook'."
+ nil nil nil
(if hl-line-mode
(progn
(add-hook 'pre-command-hook #'hl-line-unhighlight)