diff options
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r-- | lisp/vc-cvs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index d17240e146a..e3ad094d557 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -488,7 +488,7 @@ The changes are between FIRST-REVISION and SECOND-REVISION." (defun vc-cvs-modify-change-comment (files rev comment) "Modify the change comments for FILES on a specified REV. Will fail unless you have administrative privileges on the repo." - (vc-cvs-command nil 0 files "rcs" (concat "-m" comment ":" rev))) + (vc-cvs-command nil 0 files "admin" (concat "-m" rev ":" comment))) ;;; ;;; History functions |