Mercurial > hg > xemacs-beta
comparison lisp/packages/vc.el @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
1412 nil ;RCS | 1412 nil ;RCS |
1413 nil ;CVS | 1413 nil ;CVS |
1414 nil ;CC | 1414 nil ;CC |
1415 ) | 1415 ) |
1416 ) | 1416 ) |
1417 | |
1418 ;;;###autoload | |
1419 (defun vc-rename-this-file (new) | |
1420 (interactive "FVC rename file to: ") | |
1421 (vc-rename-file buffer-file-name new)) | |
1417 | 1422 |
1418 ;;;###autoload | 1423 ;;;###autoload |
1419 (defun vc-update-change-log (&rest args) | 1424 (defun vc-update-change-log (&rest args) |
1420 "Find change log file and add entries from recent RCS logs. | 1425 "Find change log file and add entries from recent RCS logs. |
1421 The mark is left at the end of the text prepended to the change log. | 1426 The mark is left at the end of the text prepended to the change log. |