emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/follow.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/follow.el
Date: Thu, 24 Mar 2005 17:10:08 -0500

Index: emacs/lisp/follow.el
diff -c emacs/lisp/follow.el:1.20 emacs/lisp/follow.el:1.21
*** emacs/lisp/follow.el:1.20   Fri Apr 30 21:06:00 2004
--- emacs/lisp/follow.el        Thu Mar 24 22:10:07 2005
***************
*** 1,6 ****
  ;;; follow.el --- synchronize windows showing the same buffer
  
! ;; Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
  
  ;; Author: Anders Lindgren <address@hidden>
  ;; Maintainer: Anders Lindgren <address@hidden>
--- 1,7 ----
  ;;; follow.el --- synchronize windows showing the same buffer
  
! ;; Copyright (C) 1995, 1996, 1997, 1999, 2001, 2005
! ;;           Free Software Foundation, Inc.
  
  ;; Author: Anders Lindgren <address@hidden>
  ;; Maintainer: Anders Lindgren <address@hidden>
***************
*** 708,714 ****
  ;; This will start follow-mode whenever a new file is loaded, if
  ;; the variable `follow-auto' is non-nil.
  
! (add-hook 'find-file-hooks 'follow-find-file-hook t)
  
  (defun follow-find-file-hook ()
    "Find-file hook for Follow Mode.  See the variable `follow-auto'."
--- 709,715 ----
  ;; This will start follow-mode whenever a new file is loaded, if
  ;; the variable `follow-auto' is non-nil.
  
! (add-hook 'find-file-hook 'follow-find-file-hook t)
  
  (defun follow-find-file-hook ()
    "Find-file hook for Follow Mode.  See the variable `follow-auto'."
***************
*** 2347,2351 ****
  ;; | save it".             -- Douglas Adams, "Last Chance to See"           |
  ;; \------------------------------------------------------------------------/
  
! ;;; arch-tag: 7b16bb1a-808c-4991-a8cc-66d3822936d0
  ;;; follow.el ends here
--- 2348,2352 ----
  ;; | save it".             -- Douglas Adams, "Last Chance to See"           |
  ;; \------------------------------------------------------------------------/
  
! ;; arch-tag: 7b16bb1a-808c-4991-a8cc-66d3822936d0
  ;;; follow.el ends here




reply via email to

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