+2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * vc-hooks.el (vc-file-not-found-hook): Fix typo.
+ From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
+
2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
* autorevert.el (auto-revert-handler): Handle auto-revert-mode.
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 <teirllm@auburn.edu>
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 <monnier@iro.umontreal.ca>
;; 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.
;; 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