comparison lisp/vc-rcs.el @ 91010:aaccdab0ee26

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 852-856) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-249
author Miles Bader <miles@gnu.org>
date Tue, 21 Aug 2007 04:54:03 +0000
parents 424b655804ca 8ab820006e3d
children d38543a1c0f9
comparison
equal deleted inserted replaced
91009:e7395a700642 91010:aaccdab0ee26
715 (apply 'concat 715 (apply 'concat
716 (format-time-string "%Y-%m-%d" (aref rda 1)) 716 (format-time-string "%Y-%m-%d" (aref rda 1))
717 " " 717 " "
718 (aref rda 0) 718 (aref rda 0)
719 ls) 719 ls)
720 :vc-annotate-prefix t
720 :vc-rcs-r/d/a rda))) 721 :vc-rcs-r/d/a rda)))
721 (maphash 722 (maphash
722 (if all-me 723 (if all-me
723 (lambda (rda w) 724 (lambda (rda w)
724 (puthash rda (render rda (pad w) ": ") ht)) 725 (puthash rda (render rda (pad w) ": ") ht))