1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(hl-line-mode): Add args INIT-VALUE, LIGHTER, and

KEYMAP to the call to define-minor-mode.
This commit is contained in:
Gerd Moellmann 2001-08-26 12:10:42 +00:00
parent 1f7ebf7cbb
commit 08ead67bba
2 changed files with 6 additions and 0 deletions

View 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>:

View 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)