Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.741 emacs/lisp/simple.el:1.742
*** emacs/lisp/simple.el:1.741 Fri Jul 22 18:43:24 2005
--- emacs/lisp/simple.el Fri Jul 29 20:55:36 2005
***************
*** 313,319 ****
(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)))
;;; Used as a `post-command-hook' by `next-error-follow-mode'
;;; for the *Compilation* *grep* and *Occur* buffers.
--- 313,319 ----
(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-local-variable 'next-error-follow-last-line)))
;;; Used as a `post-command-hook' by `next-error-follow-mode'
;;; for the *Compilation* *grep* and *Occur* buffers.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs