diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-15 03:55:24 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-15 03:55:24 +0000 |
commit | 6e54fa536d7848031898ae11a228d40ca2c81a61 (patch) | |
tree | 54b74909284bb76fa1a064469f28bce4a3c04381 /lisp/vc.el | |
parent | b8d1db7730a3206a556d5cddaf15f85057d290c5 (diff) | |
download | emacs-6e54fa536d7848031898ae11a228d40ca2c81a61.tar.gz |
Document new find-file-hook operation.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 3c04dd98b9d..b6953b157a4 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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: |