1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(vc-rcs-annotate-command):

Fix omission bug: Call `vc-setup-buffer'.
This commit is contained in:
Thien-Thi Nguyen 2004-12-29 01:56:13 +00:00
parent 94ed093133
commit 903d71fbde
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
* vc-rcs.el (vc-rcs-annotate-command):
Fix omission bug: Call `vc-setup-buffer'.
2004-12-29 Kenichi Handa <handa@m17n.org>
* international/mule.el (recode-region): New function.

View File

@ -500,6 +500,7 @@ Needs RCS 5.6.2 or later for -M."
(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