summaryrefslogtreecommitdiff
path: root/lisp/vc-rcs.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2004-12-29 01:56:13 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2004-12-29 01:56:13 +0000
commit903d71fbdef4529e1e7d88fddad654f1a27d55a2 (patch)
tree25dcc3456ab4faac0757fa8ef6a0f3bc7acec079 /lisp/vc-rcs.el
parent94ed093133a86d71b3dff6a1c07d36428949331a (diff)
downloademacs-903d71fbdef4529e1e7d88fddad654f1a27d55a2.tar.gz
(vc-rcs-annotate-command):
Fix omission bug: Call `vc-setup-buffer'.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r--lisp/vc-rcs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el
index 71bdc73e792..6e6bb04c2ec 100644
--- a/lisp/vc-rcs.el
+++ b/lisp/vc-rcs.el
@@ -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