1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

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
This commit is contained in:
Karoly Lorentey 2004-03-28 07:15:31 +00:00
parent 03a1d6bdc9
commit a38213dc54

View 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