;;; Disable the colors in VC mode's rendition of "cvs annotate". ;;; This is for aesthetic reasons and also because the coloring code ;;; is way too slow. (require 'vc) (defun vc-annotate-display (buffer &optional color-map) "Do the VC-Annotate display in BUFFER using COLOR-MAP." (set-buffer buffer) (display-buffer buffer))