# HG changeset patch # User Thien-Thi Nguyen # Date 1104285234 0 # Node ID a22da8bff83f217d90b96ba30e5dcdf70ba1ede1 # Parent 25ad9a970ee3cc296dd5ff9ac640552e0160e911 (vc-rcs-annotate-command): Fix omission bug: Call `vc-setup-buffer'. diff -r 25ad9a970ee3 -r a22da8bff83f lisp/vc-rcs.el --- 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