]> git.eshelyaron.com Git - emacs.git/commit
(vc-name): Moved from vc.el; vc-rcs-status now uses it.
authorPaul Eggert <eggert@twinsun.com>
Mon, 5 Jul 1993 03:20:12 +0000 (03:20 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 5 Jul 1993 03:20:12 +0000 (03:20 +0000)
commita03140c8518c8105422e3e395747fb9e267e3b3d
tree58c6c7f1c8d19b30fcbfdb0125668d2d82d96b5b
parent2bd5041b8e26c85cfd56dea9079392da793f215d
(vc-name): Moved from vc.el; vc-rcs-status now uses it.
(vc-name, vc-backend-deduce): Set both vc-name and vc-backend
properties, to avoid calling vc-registered unnecessarily when
the other property is needed.
(vc-rcs-status): Yield only status of locks; do not try to yield " REV"
if there are no locks, since this cannot be done easily if there are
branches.  Use vc-name instead of duplicating its function incorrectly.
Fix off-by-one bug when inserting master header pieces.  Read headers
8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
(vc-rcs-glean-field): Removed.
lisp/vc-hooks.el