/[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.744 by rms, Thu Aug 11 13:58:59 2005 UTC revision 1.745 by dann, Mon Aug 15 17:23:50 2005 UTC
# Line 308  select the source buffer." Line 308  select the source buffer."
308  When turned on, cursor motion in the compilation, grep, occur or diff  When turned on, cursor motion in the compilation, grep, occur or diff
309  buffer causes automatic display of the corresponding source code  buffer causes automatic display of the corresponding source code
310  location."  location."
311    :group 'next-error :init-value " Fol"    :group 'next-error :init-value nil :lighter " Fol"
312    (if (not next-error-follow-minor-mode)    (if (not next-error-follow-minor-mode)
313        (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)
314      (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)

Legend:
Removed from v.1.744  
changed lines
  Added in v.1.745

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