From 1e87be1b83660c2efda242ea1711961d067b3125 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 28 Mar 2004 17:38:17 +0000 Subject: [PATCH] =?utf8?q?(vc-file-not-found-hook):=20Fix=20typo.=20=20Fro?= =?utf8?q?m=20lorentey@elte.hu=20(L=3Frentey=20K=EF=BF=BDly).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/ChangeLog | 11 ++++++++--- lisp/vc-hooks.el | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4b18c4caf0..cff74f5c3ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-03-28 Stefan Monnier + + * vc-hooks.el (vc-file-not-found-hook): Fix typo. + From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly). + 2004-03-27 Luc Teirlinck * autorevert.el (auto-revert-handler): Handle auto-revert-mode. @@ -18,8 +23,8 @@ Fix copyright years. * strokes.el (strokes-global-set-stroke-string): New function. - (strokes-list-strokes): Cope with strings, not just commands. Set - foreground colour of image. + (strokes-list-strokes): Cope with strings, not just commands. + Set foreground colour of image. (strokes-global-set-stroke): Doc fix. 2004-03-26 Luc Teirlinck @@ -40,7 +45,7 @@ before, rather than after, reverting. (buffer-stale-function): Move to files.el. - * files.el (buffer-stale-function): Moved here from autorevert.el. + * files.el (buffer-stale-function): Move here from autorevert.el. 2004-03-26 Stefan Monnier diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 2f4dc71590f..f08c5fc1dfa 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 @@ 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 -- 2.39.2