Mercurial > emacs
changeset 38595:396f97177ef1
(vc-switch-backend): Fix autoload cookie.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Jul 2001 08:18:04 +0000 |
parents | 53ed5f089c9e |
children | 75b7d03e0c11 |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <spiegel@gnu.org> -;; $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