diff options
author | Kenichi Handa <handa@m17n.org> | 2010-11-01 16:53:08 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2010-11-01 16:53:08 +0900 |
commit | f6f3366160e26ff5984f287e60616ec9f90acfa3 (patch) | |
tree | 9f5c8dc73cad6319a8fdf1ab22fd4e9901089e50 /lisp/vc/vc-cvs.el | |
parent | 65b6b59a8030b09d2a32ee88837a061e22751988 (diff) | |
parent | ca7c89d8f52b34f694031f496600f949640ff9c4 (diff) | |
download | emacs-f6f3366160e26ff5984f287e60616ec9f90acfa3.tar.gz emacs-f6f3366160e26ff5984f287e60616ec9f90acfa3.tar.bz2 emacs-f6f3366160e26ff5984f287e60616ec9f90acfa3.zip |
merge trunk
Diffstat (limited to 'lisp/vc/vc-cvs.el')
-rw-r--r-- | lisp/vc/vc-cvs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index 03ff1f555a1..a78b59ffba5 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el @@ -314,7 +314,7 @@ its parents." (directory-file-name dir)))) (eq dir t))) -(defun vc-cvs-checkin (files rev comment &optional extra-args-ignored) +(defun vc-cvs-checkin (files rev comment) "CVS-specific version of `vc-backend-checkin'." (unless (or (not rev) (vc-cvs-valid-revision-number-p rev)) (if (not (vc-cvs-valid-symbolic-tag-name-p rev)) |