diff options
| -rw-r--r-- | lisp/vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index cdf20992055..a3f3b172358 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | 7 | ||
| 8 | ;; $Id: vc.el,v 1.303 2001/07/30 15:01:49 spiegel Exp $ | 8 | ;; $Id: vc.el,v 1.304 2001/07/30 18:25:58 spiegel Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -2560,7 +2560,7 @@ To get a prompt, use a prefix argument." | |||
| 2560 | (error "%s is not registered in %s" file backend)) | 2560 | (error "%s is not registered in %s" file backend)) |
| 2561 | (vc-mode-line file))) | 2561 | (vc-mode-line file))) |
| 2562 | 2562 | ||
| 2563 | ;;;autoload | 2563 | ;;;###autoload |
| 2564 | (defun vc-transfer-file (file new-backend) | 2564 | (defun vc-transfer-file (file new-backend) |
| 2565 | "Transfer FILE to another version control system NEW-BACKEND. | 2565 | "Transfer FILE to another version control system NEW-BACKEND. |
| 2566 | If NEW-BACKEND has a higher precedence than FILE's current backend | 2566 | If NEW-BACKEND has a higher precedence than FILE's current backend |