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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 29 Jul 2005 16:55:37 -0400

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.




reply via email to

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