# HG changeset patch # User Stefan Monnier # Date 1080495483 0 # Node ID 51811f399af00ea2b40b8b1b3eec56ce8275d424 # Parent ce6a58ba4c8486d62b535d7381c43c949d92b192 (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K?ly). diff -r ce6a58ba4c84 -r 51811f399af0 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Sun Mar 28 14:02:48 2004 +0000 +++ b/lisp/vc-hooks.el Sun Mar 28 17:38:03 2004 +0000 @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.163 2004/03/23 20:59:19 monnier Exp $ +;; $Id: vc-hooks.el,v 1.164 2004/03/26 06:06:39 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -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