diff lisp/simple.el @ 61276:31cb9b5b8d41

(next-error-follow-minor-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:07:45 +0000
parents 728460f45e1e
children d5052fc4ea58 360860a0006f
line wrap: on
line diff
--- 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)