From: Gerd Moellmann Date: Mon, 30 Jul 2001 08:18:04 +0000 (+0000) Subject: (vc-switch-backend): Fix autoload cookie. X-Git-Tag: emacs-pretest-21.0.105~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e5906daf78e1051d121c454424b2a52dbba757;p=emacs.git (vc-switch-backend): Fix autoload cookie. --- diff --git a/lisp/vc.el b/lisp/vc.el index 67f2a3651f9..1a039f02c95 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.300 2001/07/11 22:55:05 monnier Exp $ +;; $Id: vc.el,v 1.301 2001/07/30 08:17:20 gerd Exp $ ;; This file is part of GNU Emacs. @@ -2510,7 +2510,7 @@ A prefix argument NOREVERT means do not revert the buffer afterwards." (vc-resynch-buffer file t t))) (message "Version %s has been removed from the master" target)))) -;;;autoload +;;;###autoload (defun vc-switch-backend (file backend) "Make BACKEND the current version control system for FILE. FILE must already be registered in BACKEND. The change is not