Function: vc-cvs-update-changelog

vc-cvs-update-changelog is a byte-compiled function defined in vc-cvs.el.gz.

Signature

(vc-cvs-update-changelog FILES)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-cvs.el.gz
;; FIXME: This should probably be replaced by code using cvs2cl.
(defun vc-cvs-update-changelog (files)
  (vc-call-backend 'RCS 'update-changelog files))