]> git.eshelyaron.com Git - emacs.git/commitdiff
(hl-line-mode): Drop unneeded positional args.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:17:30 +0000 (22:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:17:30 +0000 (22:17 +0000)
lisp/hl-line.el

index 22d4719fae7ae8c5c7c9f0db577221604c885e4b..d30f20a8843f4b89a10718ff4e40186a3b23ce55 100644 (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)