/[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.706 by teirllm, Sat Apr 2 19:24:26 2005 UTC revision 1.707 by lute, Mon Apr 4 09:07:45 2005 UTC
# Line 302  select the source buffer." Line 302  select the source buffer."
302  When turned on, cursor motion in the compilation, grep, occur or diff  When turned on, cursor motion in the compilation, grep, occur or diff
303  buffer causes automatic display of the corresponding source code  buffer causes automatic display of the corresponding source code
304  location."  location."
305    nil " Fol" nil    :group 'next-error :init-value " Fol"
306    (if (not next-error-follow-minor-mode)    (if (not next-error-follow-minor-mode)
307        (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)
308      (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.706  
changed lines
  Added in v.1.707

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