From: Gerd Moellmann Date: Tue, 7 Aug 2001 14:48:30 +0000 (+0000) Subject: (vc-transfer-file): Fix malformed autoload cookie. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/21b5029601aa0659fe8a3579dc884dd588ef1a7b (vc-transfer-file): Fix malformed autoload cookie. --- diff --git a/lisp/vc.el b/lisp/vc.el index cdf2099205..a3f3b17235 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.303 2001/07/30 15:01:49 spiegel Exp $ +;; $Id: vc.el,v 1.304 2001/07/30 18:25:58 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -2560,7 +2560,7 @@ To get a prompt, use a prefix argument." (error "%s is not registered in %s" file backend)) (vc-mode-line file))) -;;;autoload +;;;###autoload (defun vc-transfer-file (file new-backend) "Transfer FILE to another version control system NEW-BACKEND. If NEW-BACKEND has a higher precedence than FILE's current backend