From 6e54fa536d7848031898ae11a228d40ca2c81a61 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 15 Mar 2004 03:55:24 +0000 Subject: [PATCH] Document new find-file-hook operation. --- lisp/vc.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.2