From: Gerd Moellmann Date: Mon, 4 Sep 2000 19:59:41 +0000 (+0000) Subject: (vc-dired-resynch-file): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.90~1795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6811040fe6510ed2fbd973011213f06d4dc42e2f;p=emacs.git (vc-dired-resynch-file): Add autoload cookie. --- diff --git a/lisp/vc.el b/lisp/vc.el index d9fe49622ae..fb3eddeb520 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.261 2000/09/04 19:46:19 gerd Exp $ +;; $Id: vc.el,v 1.262 2000/09/04 19:46:58 gerd Exp $ ;; This file is part of GNU Emacs. @@ -1892,6 +1892,7 @@ Called by dired after any portion of a vc-dired buffer has been read in." (dired-buffers-for-dir dir)) result)) +;;;###autoload (defun vc-dired-resynch-file (file) "Update the entries for FILE in any VC Dired buffers that list it." (let ((buffers (vc-dired-buffers-for-dir (file-name-directory file))))