# HG changeset patch # User Gerd Moellmann # Date 998827738 0 # Node ID 9bdcb656d1cf004332cb55e95cc65ec945d01089 # Parent 5c282c7df1cfc7d824890b5140b0fda3c05db022 (hl-line-mode): Add args INIT-VALUE, LIGHTER, and KEYMAP to the call to define-minor-mode. diff -r 5c282c7df1cf -r 9bdcb656d1cf lisp/hl-line.el --- a/lisp/hl-line.el Sat Aug 25 20:44:44 2001 +0000 +++ b/lisp/hl-line.el Sun Aug 26 12:08:58 2001 +0000 @@ -85,6 +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 (if hl-line-mode (progn (add-hook 'pre-command-hook #'hl-line-unhighlight)