]> git.eshelyaron.com Git - emacs.git/commitdiff
(hl-line-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:57:54 +0000 (08:57 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:57:54 +0000 (08:57 +0000)
lisp/hl-line.el

index a3e786dd801a0fe8699a439220309e95130724c1..e553636674b834c4b861e674a6c0855a609eadc9 100644 (file)
@@ -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.