comparison lisp/vc-rcs.el @ 90070:95879cc1ed20

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Jan 2005 09:13:19 +0000
parents f2ebccfa87d4 a22da8bff83f
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90069:fa0a5c4db2c8 90070:95879cc1ed20
498 (vc-switches 'RCS 'diff)))) 498 (vc-switches 'RCS 'diff))))
499 499
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.
502 Optional arg REVISION is a revision to annotate from." 502 Optional 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
506 ;; revision to this one. That is, associated with revision N are 507 ;; revision to this one. That is, associated with revision N are
507 ;; edits that applied to revision N+1 would result in revision N. 508 ;; edits that applied to revision N+1 would result in revision N.