]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-error-follow-minor-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:07:45 +0000 (09:07 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:07:45 +0000 (09:07 +0000)
lisp/simple.el

index 9f6359c5e3c17c4315abe02e5e94843bed9edbfe..36ac34b511ef739f2a87c3b37dc0cced790d11fd 100644 (file)
@@ -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)