# HG changeset patch # User Lute Kamstra # Date 1112605074 0 # Node ID 1d02878293f34ca4b40a3d015ccc048c213638f1 # Parent b76b7700df8d8807f275d423f1a51cc41865169c (hl-line-mode): Specify :group. diff -r b76b7700df8d -r 1d02878293f3 lisp/hl-line.el --- a/lisp/hl-line.el Mon Apr 04 08:56:36 2005 +0000 +++ b/lisp/hl-line.el Mon Apr 04 08:57:54 2005 +0000 @@ -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 ;; Maintainer: FSF @@ -113,7 +113,7 @@ 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.