# HG changeset patch # User Stefan Monnier # Date 1079322924 0 # Node ID 2decd50569f3bbae768a25e426306459995402f6 # Parent fcc26abed3baa59fb4d48085c4a1b8c09c8c66c3 Document new find-file-hook operation. diff -r fcc26abed3ba -r 2decd50569f3 lisp/vc.el --- a/lisp/vc.el Mon Mar 15 03:53:05 2004 +0000 +++ b/lisp/vc.el Mon Mar 15 03:55:24 2004 +0000 @@ -7,7 +7,7 @@ ;; Maintainer: Andre Spiegel ;; 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. @@ -432,6 +432,10 @@ ;; 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: