# HG changeset patch # User Eli Zaretskii # Date 1094496665 0 # Node ID e57b96a4469e8791dc8fa4588021f59c7c3a2da1 # Parent 5a39207d3739589d8a75776fd78c659692252e45 (next-error-follow-minor-mode): Fix last change. diff -r 5a39207d3739 -r e57b96a4469e lisp/simple.el --- a/lisp/simple.el Mon Sep 06 00:39:16 2004 +0000 +++ b/lisp/simple.el Mon Sep 06 18:51:05 2004 +0000 @@ -259,7 +259,7 @@ 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)))