# HG changeset patch # User Stefan Monnier # Date 995293157 0 # Node ID 086300440396aa5a7b4ccedffdf12b58abdaa3cf # Parent ceb40bd97a77f395e0a0393a2193b0d2d272965f (vc-do-command): Autoload. diff -r ceb40bd97a77 -r 086300440396 lisp/vc.el --- a/lisp/vc.el Mon Jul 16 13:38:53 2001 +0000 +++ b/lisp/vc.el Mon Jul 16 14:19:17 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.299 2001/05/03 00:36:07 monnier Exp $ +;; $Id: vc.el,v 1.300 2001/07/11 22:55:05 monnier Exp $ ;; This file is part of GNU Emacs. @@ -804,6 +804,7 @@ Each function is called inside the buffer in which the command was run and is passed 3 argument: the COMMAND, the FILE and the FLAGS.") +;;;###autoload (defun vc-do-command (buffer okstatus command file &rest flags) "Execute a version control command, notifying user and checking for errors. Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the @@ -3081,9 +3082,6 @@ ;; DEVELOPER'S NOTES ON CONCURRENCY PROBLEMS IN THIS CODE ;; -;; This is actually seriously out-of-date because the code has changed -;; a fair bit since then. -stef -;; ;; These may be useful to anyone who has to debug or extend the package. ;; (Note that this information corresponds to versions 5.x. Some of it ;; might have been invalidated by the additions to support branching