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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 04 Sep 2004 09:12:11 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.657 emacs/lisp/simple.el:1.658
*** emacs/lisp/simple.el:1.657  Sat Sep  4 12:45:26 2004
--- emacs/lisp/simple.el        Sat Sep  4 13:04:49 2004
***************
*** 253,263 ****
  ;;; Internal variable for `next-error-follow-mode-post-command-hook'.
  (defvar next-error-follow-last-line nil)
  
! (define-minor-mode next-error-follow-mode
    "Minor mode for compilation, occur and diff modes.
! When turned on, cursor motion in the compilation, occur or diff
! buffer determines the cursor in the corresponding buffer to move
! to the corresponding position.  "
    nil " Fol" nil
    (if (not next-error-follow-mode)
        (remove-hook 'post-command-hook 
'next-error-follow-mode-post-command-hook t)
--- 253,263 ----
  ;;; Internal variable for `next-error-follow-mode-post-command-hook'.
  (defvar next-error-follow-last-line nil)
  
! (define-minor-mode next-error-follow-minor-mode
    "Minor mode for compilation, occur and diff modes.
! 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-mode)
        (remove-hook 'post-command-hook 
'next-error-follow-mode-post-command-hook t)




reply via email to

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