diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-04 08:57:54 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-04 08:57:54 +0000 |
commit | b862cd15d072bab0e0adfcdbd1538234f7a976c4 (patch) | |
tree | f2af368ccf1f3e9c5c0caae2555eace05a1a79ae /lisp/hl-line.el | |
parent | 50aea0c0de7b819f8cce03a82bcf996655ec8666 (diff) | |
download | emacs-b862cd15d072bab0e0adfcdbd1538234f7a976c4.tar.gz |
(hl-line-mode): Specify :group.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index a3e786dd801..e553636674b 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -1,6 +1,6 @@ ;;; hl-line.el --- highlight the current line -;; Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1998, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: FSF @@ -113,7 +113,7 @@ When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the line about point in the selected window only. In this case, it uses the function `hl-line-unhighlight' on `pre-command-hook' in addition to `hl-line-highlight' on `post-command-hook'." - nil nil nil + :group 'hl-line (if hl-line-mode (progn ;; In case `kill-all-local-variables' is called. |