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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 04 Apr 2005 05:07:45 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.706 emacs/lisp/simple.el:1.707
*** emacs/lisp/simple.el:1.706  Sat Apr  2 19:24:26 2005
--- emacs/lisp/simple.el        Mon Apr  4 09:07:45 2005
***************
*** 302,308 ****
  When turned on, cursor motion in the compilation, grep, occur or diff
  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)
--- 302,308 ----
  When turned on, cursor motion in the compilation, grep, occur or diff
  buffer causes automatic display of the corresponding source code
  location."
!   :group 'next-error :init-value " Fol"
    (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)




reply via email to

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