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:
parent
94ed093133
commit
903d71fbde
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user