Mercurial > emacs
changeset 54613:51811f399af0
(vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K?ly).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 28 Mar 2004 17:38:03 +0000 |
parents | ce6a58ba4c84 |
children | f60fe8db72a9 |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <spiegel@gnu.org> -;; $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