From: Stefan Monnier Date: Mon, 15 Mar 2004 03:55:24 +0000 (+0000) Subject: Document new find-file-hook operation. X-Git-Tag: ttn-vms-21-2-B4~7244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e54fa536d7848031898ae11a228d40ca2c81a61;p=emacs.git Document new find-file-hook operation. --- 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 ;; 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: