changeset 83087:efd88b526bdb

Fix bootstrap problems in CVS. lisp/vc-hooks.el (vc-file-not-found-hook): Fix assumed typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-127
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Mar 2004 07:15:31 +0000
parents 347ce3d5d79c
children 3af83746f912
files lisp/vc-hooks.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Sun Mar 28 06:17:38 2004 +0000
+++ b/lisp/vc-hooks.el	Sun Mar 28 07:15:31 2004 +0000
@@ -772,7 +772,7 @@
   ;; from a previous visit.
   (vc-file-clearprops buffer-file-name)
   (let ((backend (vc-backend buffer-file-name)))
-    (if backend (vc-call-backend backend find-file-not-found-hook))))
+    (if backend (vc-call-backend backend 'find-file-not-found-hook))))
 
 (defun vc-default-find-file-not-found-hook (backend)
   (if (yes-or-no-p