+2004-09-06 Eli Zaretskii <eliz@gnu.org>
+
+ * simple.el (next-error-follow-minor-mode): Fix last change.
+
2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
* textmodes/paragraphs.el (use-hard-newlines): Make it into a
buffer causes automatic display of the corresponding source code
location."
nil " Fol" nil
- (if (not next-error-follow-mode)
+ (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)
(make-variable-buffer-local 'next-error-follow-last-line)))