/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.741 by jurta, Fri Jul 22 18:43:24 2005 UTC revision 1.742 by monnier, Fri Jul 29 20:55:36 2005 UTC
# Line 313  location." Line 313  location."
313    (if (not next-error-follow-minor-mode)    (if (not next-error-follow-minor-mode)
314        (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t)        (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t)
315      (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t)      (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t)
316      (make-variable-buffer-local 'next-error-follow-last-line)))      (make-local-variable 'next-error-follow-last-line)))
317    
318  ;;; Used as a `post-command-hook' by `next-error-follow-mode'  ;;; Used as a `post-command-hook' by `next-error-follow-mode'
319  ;;; for the *Compilation* *grep* and *Occur* buffers.  ;;; for the *Compilation* *grep* and *Occur* buffers.

Legend:
Removed from v.1.741  
changed lines
  Added in v.1.742

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26