aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-04-04 08:57:54 +0000
committerLute Kamstra2005-04-04 08:57:54 +0000
commitb862cd15d072bab0e0adfcdbd1538234f7a976c4 (patch)
treef2af368ccf1f3e9c5c0caae2555eace05a1a79ae
parent50aea0c0de7b819f8cce03a82bcf996655ec8666 (diff)
downloademacs-b862cd15d072bab0e0adfcdbd1538234f7a976c4.tar.gz
emacs-b862cd15d072bab0e0adfcdbd1538234f7a976c4.zip
(hl-line-mode): Specify :group.
-rw-r--r--lisp/hl-line.el4
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 @@
1;;; hl-line.el --- highlight the current line 1;;; hl-line.el --- highlight the current line
2 2
3;; Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
4 4
5;; Author: Dave Love <fx@gnu.org> 5;; Author: Dave Love <fx@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: FSF
@@ -113,7 +113,7 @@ When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
113line about point in the selected window only. In this case, it 113line about point in the selected window only. In this case, it
114uses the function `hl-line-unhighlight' on `pre-command-hook' in 114uses the function `hl-line-unhighlight' on `pre-command-hook' in
115addition to `hl-line-highlight' on `post-command-hook'." 115addition to `hl-line-highlight' on `post-command-hook'."
116 nil nil nil 116 :group 'hl-line
117 (if hl-line-mode 117 (if hl-line-mode
118 (progn 118 (progn
119 ;; In case `kill-all-local-variables' is called. 119 ;; In case `kill-all-local-variables' is called.