]> git.eshelyaron.com Git - emacs.git/commitdiff
(hl-line-mode): Add args INIT-VALUE, LIGHTER, and
authorGerd Moellmann <gerd@gnu.org>
Sun, 26 Aug 2001 12:10:42 +0000 (12:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 26 Aug 2001 12:10:42 +0000 (12:10 +0000)
KEYMAP to the call to define-minor-mode.

lisp/ChangeLog
lisp/hl-line.el

index a69502f41e362cc9d5a6a73b1b5f7d69e84480b1..00d5bbd23191b2577fcdf48416b576689e4425ef 100644 (file)
@@ -1,3 +1,8 @@
+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>:
index 3107b2ac451c388647568d7c5e3b7769946ec2e6..e37bdf412c2d1dd7d1def2615cf07bce88d77830 100644 (file)
@@ -85,6 +85,7 @@
 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)