emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 06 Sep 2004 14:55:59 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.658 emacs/lisp/simple.el:1.659
*** emacs/lisp/simple.el:1.658  Sat Sep  4 13:04:49 2004
--- emacs/lisp/simple.el        Mon Sep  6 18:51:05 2004
***************
*** 259,265 ****
  buffer causes automatic display of the corresponding source code
  location."
    nil " Fol" nil
!   (if (not next-error-follow-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)))
--- 259,265 ----
  buffer causes automatic display of the corresponding source code
  location."
    nil " Fol" nil
!   (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]