# HG changeset patch # User Gerd Moellmann # Date 996481084 0 # Node ID 396f97177ef17359aa050b78ba32e04761f7693b # Parent 53ed5f089c9ef1db1fbae9bfc0b871b87c893847 (vc-switch-backend): Fix autoload cookie. diff -r 53ed5f089c9e -r 396f97177ef1 lisp/vc.el --- a/lisp/vc.el Mon Jul 30 08:12:46 2001 +0000 +++ b/lisp/vc.el Mon Jul 30 08:18:04 2001 +0000 @@ -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 @@ (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