Mercurial > emacs
changeset 54398:2decd50569f3
Document new find-file-hook operation.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 15 Mar 2004 03:55:24 +0000 |
parents | fcc26abed3ba |
children | ad02f6299e9a |
files | lisp/vc.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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. @@ -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: