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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 15 Aug 2005 13:23:51 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.744 emacs/lisp/simple.el:1.745
*** emacs/lisp/simple.el:1.744  Thu Aug 11 13:58:59 2005
--- emacs/lisp/simple.el        Mon Aug 15 17:23:50 2005
***************
*** 308,314 ****
  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)
--- 308,314 ----
  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 nil :lighter " 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]