From: Lute Kamstra Date: Mon, 4 Apr 2005 09:07:45 +0000 (+0000) Subject: (next-error-follow-minor-mode): Specify :group. X-Git-Tag: ttn-vms-21-2-B4~1237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9066a01ada33913251f374cf78c3e7db21c35813;p=emacs.git (next-error-follow-minor-mode): Specify :group. --- diff --git a/lisp/simple.el b/lisp/simple.el index 9f6359c5e3c..36ac34b511e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -302,7 +302,7 @@ select the source buffer." When turned on, cursor motion in the compilation, grep, occur or diff buffer causes automatic display of the corresponding source code location." - nil " Fol" nil + :group 'next-error :init-value " Fol" (if (not next-error-follow-minor-mode) (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t) (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t)