This commit is contained in:
André Spiegel 2000-10-27 12:19:24 +00:00
parent f9b59b2b16
commit 7432cf10eb

View file

@ -1,3 +1,15 @@
2000-10-27 Andre Spiegel <spiegel@gnu.org>
* vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
manual backups and file.~<rev>.~ for automatic ones.
* vc.el (vc-version-other-window): If an automatic backup of the
desired version exists, rename it instead of copying it.
* vc-cvs.el (vc-cvs-checkin): Check both status and error message
after command. If there's an unexpected error, signal it instead
of being silent.
2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
* shell.el (shell): Add BUFFER argument.