Mercurial > emacs
comparison lisp/vc-rcs.el @ 82482:8ab820006e3d
(vc-rcs-annotate-command):
Fix bug introduced in revision 1.51:
Add back :vc-annotate-prefix propertization.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Mon, 20 Aug 2007 12:22:44 +0000 |
parents | e5a68f18fcb9 |
children | 8ba0e30716a5 aaccdab0ee26 |
comparison
equal
deleted
inserted
replaced
82481:471781597ae3 | 82482:8ab820006e3d |
---|---|
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)) |