# HG changeset patch # User Lute Kamstra # Date 1112605665 0 # Node ID 31cb9b5b8d410810f9927713fbb9a2a786dc5a2e # Parent 4e273c06e466807d4f22fcb03b27ff6a36573e81 (next-error-follow-minor-mode): Specify :group. diff -r 4e273c06e466 -r 31cb9b5b8d41 lisp/simple.el --- a/lisp/simple.el Mon Apr 04 09:05:09 2005 +0000 +++ b/lisp/simple.el Mon Apr 04 09:07:45 2005 +0000 @@ -302,7 +302,7 @@ 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)