Function: vc-cvs-comment-history
vc-cvs-comment-history is a byte-compiled function defined in
vc-cvs.el.gz.
Signature
(vc-cvs-comment-history FILE)
Documentation
Get comment history of a file.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-cvs.el.gz
(defun vc-cvs-comment-history (file)
"Get comment history of a file."
(vc-call-backend 'RCS 'comment-history file))