Mercurial > emacs
changeset 38726:2dddcf515155
(vc-transfer-file): Fix malformed autoload cookie.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 07 Aug 2001 14:48:30 +0000 |
parents | 9a539a654722 |
children | eafbae0b1100 |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Tue Aug 07 14:43:48 2001 +0000 +++ b/lisp/vc.el Tue Aug 07 14:48:30 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see below for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $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 @@ (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