aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2004-12-29 01:56:13 +0000
committerThien-Thi Nguyen2004-12-29 01:56:13 +0000
commit903d71fbdef4529e1e7d88fddad654f1a27d55a2 (patch)
tree25dcc3456ab4faac0757fa8ef6a0f3bc7acec079
parent94ed093133a86d71b3dff6a1c07d36428949331a (diff)
downloademacs-903d71fbdef4529e1e7d88fddad654f1a27d55a2.tar.gz
emacs-903d71fbdef4529e1e7d88fddad654f1a27d55a2.zip
(vc-rcs-annotate-command):
Fix omission bug: Call `vc-setup-buffer'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc-rcs.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b447d51f3fa..0e0328d3bf6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * vc-rcs.el (vc-rcs-annotate-command):
4 Fix omission bug: Call `vc-setup-buffer'.
5
12004-12-29 Kenichi Handa <handa@m17n.org> 62004-12-29 Kenichi Handa <handa@m17n.org>
2 7
3 * international/mule.el (recode-region): New function. 8 * international/mule.el (recode-region): New function.
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."
500(defun vc-rcs-annotate-command (file buffer &optional revision) 500(defun vc-rcs-annotate-command (file buffer &optional revision)
501 "Annotate FILE, inserting the results in BUFFER. 501 "Annotate FILE, inserting the results in BUFFER.
502Optional arg REVISION is a revision to annotate from." 502Optional arg REVISION is a revision to annotate from."
503 (vc-setup-buffer buffer)
503 ;; Aside from the "head revision on the trunk", the instructions for 504 ;; Aside from the "head revision on the trunk", the instructions for
504 ;; each revision on the trunk are an ordered list of kill and insert 505 ;; each revision on the trunk are an ordered list of kill and insert
505 ;; commands necessary to go from the chronologically-following 506 ;; commands necessary to go from the chronologically-following