# HG changeset patch # User Stefan Monnier # Date 1080075636 0 # Node ID b217df9a35e08b0a9e718077c52ec5580738c2c6 # Parent a7faa61c45b558b34f4435f8c13c66a163f95b57 Document new backend operation `find-file-not-found-hook'. diff -r a7faa61c45b5 -r b217df9a35e0 lisp/vc.el --- a/lisp/vc.el Tue Mar 23 20:59:19 2004 +0000 +++ b/lisp/vc.el Tue Mar 23 21:00:36 2004 +0000 @@ -7,7 +7,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.368 2004/03/15 03:55:24 monnier Exp $ +;; $Id: vc.el,v 1.369 2004/03/21 15:42:14 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -435,8 +435,13 @@ ;; ;; - find-file-hook () ;; -;; Operation called in current buffer when opening a new file. This can +;; Operation called in current buffer when opening a file. This can ;; be used by the backend to setup some local variables it might need. +; +;; - find-file-not-found-hook () +;; +;; Operation called in current buffer when opening a non-existing file. +;; By default, this asks the user if she wants to check out the file. ;;; Code: