Mercurial > emacs
changeset 59181:a22da8bff83f
(vc-rcs-annotate-command):
Fix omission bug: Call `vc-setup-buffer'.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 29 Dec 2004 01:53:54 +0000 |
parents | 25ad9a970ee3 |
children | 05a98c6b2ba7 |
files | lisp/vc-rcs.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-rcs.el Wed Dec 29 01:35:21 2004 +0000 +++ b/lisp/vc-rcs.el Wed Dec 29 01:53:54 2004 +0000 @@ -500,6 +500,7 @@ (defun vc-rcs-annotate-command (file buffer &optional revision) "Annotate FILE, inserting the results in BUFFER. Optional arg REVISION is a revision to annotate from." + (vc-setup-buffer buffer) ;; Aside from the "head revision on the trunk", the instructions for ;; each revision on the trunk are an ordered list of kill and insert ;; commands necessary to go from the chronologically-following