emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Sat, 26 Jul 2003 11:54:53 -0400

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.154 emacs/lisp/vc-hooks.el:1.155
*** emacs/lisp/vc-hooks.el:1.154        Sat Jul 26 09:05:10 2003
--- emacs/lisp/vc-hooks.el      Sat Jul 26 11:54:53 2003
***************
*** 6,12 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.154 2003/07/26 13:05:10 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.155 2003/07/26 15:54:53 rost Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 742,748 ****
  (defun vc-file-not-found-hook ()
    "When file is not found, try to check it out from version control.
  Returns t if checkout was successful, nil otherwise.
! Used in `find-file-not-found-hook'."
    ;; When a file does not exist, ignore cached info about it
    ;; from a previous visit.
    (vc-file-clearprops buffer-file-name)
--- 742,748 ----
  (defun vc-file-not-found-hook ()
    "When file is not found, try to check it out from version control.
  Returns t if checkout was successful, nil otherwise.
! Used in `find-file-not-found-hooks'."
    ;; When a file does not exist, ignore cached info about it
    ;; from a previous visit.
    (vc-file-clearprops buffer-file-name)




reply via email to

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