Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.744 emacs/lisp/simple.el:1.745
*** emacs/lisp/simple.el:1.744 Thu Aug 11 13:58:59 2005
--- emacs/lisp/simple.el Mon Aug 15 17:23:50 2005
***************
*** 308,314 ****
When turned on, cursor motion in the compilation, grep, occur or diff
buffer causes automatic display of the corresponding source code
location."
! :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)
--- 308,314 ----
When turned on, cursor motion in the compilation, grep, occur or diff
buffer causes automatic display of the corresponding source code
location."
! :group 'next-error :init-value nil :lighter " 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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs