Fix bootstrap problems in CVS.
authorKaroly Lorentey <lorentey@elte.hu>
Sun, 28 Mar 2004 07:15:31 +0000 (07:15 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sun, 28 Mar 2004 07:15:31 +0000 (07:15 +0000)
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

lisp/vc-hooks.el

index e6bf156..f08c5fc 100644 (file)
@@ -772,7 +772,7 @@ Used in `find-file-not-found-functions'."
   ;; 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