Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3ed2ed36
Commit
3ed2ed36
authored
Nov 03, 2000
by
Stefan Monnier
Browse files
(hl-line-mode): Drop unneeded positional args.
parent
72bf1a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/hl-line.el
lisp/hl-line.el
+1
-2
No files found.
lisp/hl-line.el
View file @
3ed2ed36
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment