# HG changeset patch # User Gerd Moellmann # Date 968097581 0 # Node ID eb110087ad7d8407491fdeed2b83881775afcf77 # Parent af19410929f334ae329031103829906a35c5e935 (vc-dired-resynch-file): Add autoload cookie. diff -r af19410929f3 -r eb110087ad7d lisp/vc.el --- a/lisp/vc.el Mon Sep 04 19:49:01 2000 +0000 +++ b/lisp/vc.el Mon Sep 04 19:59:41 2000 +0000 @@ -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 @@ (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))))