Mercurial > hg > xemacs-beta
comparison lisp/packages/vc.el @ 6:27bc7f280385 r19-15b4
Import from CVS: tag r19-15b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:15 +0200 |
parents | ac2d302a0011 |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
5:49b78a777eb4 | 6:27bc7f280385 |
---|---|
1411 nil ;RCS | 1411 nil ;RCS |
1412 nil ;CVS | 1412 nil ;CVS |
1413 nil ;CC | 1413 nil ;CC |
1414 ) | 1414 ) |
1415 ) | 1415 ) |
1416 | |
1417 ;;;###autoload | |
1418 (defun vc-rename-this-file (new) | |
1419 (interactive "FVC rename file to: ") | |
1420 (vc-rename-file buffer-file-name new)) | |
1416 | 1421 |
1417 ;;;###autoload | 1422 ;;;###autoload |
1418 (defun vc-update-change-log (&rest args) | 1423 (defun vc-update-change-log (&rest args) |
1419 "Find change log file and add entries from recent RCS logs. | 1424 "Find change log file and add entries from recent RCS logs. |
1420 The mark is left at the end of the text prepended to the change log. | 1425 The mark is left at the end of the text prepended to the change log. |