summaryrefslogtreecommitdiff
path: root/lisp/hl-line.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-06-05 08:10:59 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-06-05 08:10:59 +0000
commit4962e7562ea0dffdc8e8f510f82581c349ac866f (patch)
tree154517f1a88cb2194ed6b8dd11324371c3365e76 /lisp/hl-line.el
parent333d9dea5f4fcb1251e42f65008401a8768b3773 (diff)
downloademacs-4962e7562ea0dffdc8e8f510f82581c349ac866f.tar.gz
* autoarg.el (autoarg-mode, autoarg-kp-mode):
* hl-line.el (hl-line-mode): Use the new :global key argument.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r--lisp/hl-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el
index 8a5d839c384..f5229ef9440 100644
--- a/lisp/hl-line.el
+++ b/lisp/hl-line.el
@@ -81,7 +81,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'."
- (global . nil) nil nil
+ nil nil nil :global t
(if hl-line-mode
(progn