From 76e5906daf78e1051d121c454424b2a52dbba757 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 30 Jul 2001 08:18:04 +0000 Subject: [PATCH] (vc-switch-backend): Fix autoload cookie. --- lisp/vc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2