]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-rcs-annotate-command):
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 29 Dec 2004 01:56:13 +0000 (01:56 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 29 Dec 2004 01:56:13 +0000 (01:56 +0000)
Fix omission bug: Call `vc-setup-buffer'.

lisp/ChangeLog
lisp/vc-rcs.el

index b447d51f3fa5696307d8eff8f42b65c772ffc612..0e0328d3bf61dd198541a59d2acc645fc473e97f 100644 (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.
index 71bdc73e792d6d765c358a98fb44aa6a4fabb223..6e6bb04c2ecb1bf11c5b630dcc86929591b0c6b6 100644 (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