]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new find-file-hook operation.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Mar 2004 03:55:24 +0000 (03:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Mar 2004 03:55:24 +0000 (03:55 +0000)
lisp/vc.el

index 3c04dd98b9db46600e9ab46892ff6b1096ab5e74..b6953b157a4f43f81ca138b8de727bc9effcf1ac 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.366 2004/02/07 00:37:13 uid65598 Exp $
+;; $Id: vc.el,v 1.367 2004/02/08 22:42:42 uid65629 Exp $
 
 ;; This file is part of GNU Emacs.
 
 ;;   repository.  If this function is not provided, the renaming
 ;;   will be done by (vc-delete-file old) and (vc-register new).
 ;;
+;; - find-file-hook ()
+;;
+;;   Operation called in current buffer when opening a new file.  This can
+;;   be used by the backend to setup some local variables it might need.
 
 ;;; Code: