(hl-line-mode): Drop unneeded positional args.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user