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

(hl-line-mode): Drop unneeded positional args.

This commit is contained in:
Stefan Monnier 2000-11-03 22:17:30 +00:00
parent 72bf1a8b28
commit 3ed2ed36aa

View file

@ -85,8 +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 :global t
:global t
(if hl-line-mode
(progn
(add-hook 'pre-command-hook #'hl-line-unhighlight)