aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/pcvs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index b0b5d919cb0..fea7c80b5aa 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -1960,6 +1960,8 @@ This command ignores files that are not flagged as `Unknown'."
1960 (setf (cvs-fileinfo->type fi) 'DEAD)) 1960 (setf (cvs-fileinfo->type fi) 'DEAD))
1961 (cvs-cleanup-collection cvs-cookies nil nil nil)) 1961 (cvs-cleanup-collection cvs-cookies nil nil nil))
1962 1962
1963(declare-function vc-editable-p "vc" (file))
1964(declare-function vc-checkout "vc" (file &optional writable rev))
1963 1965
1964(defun cvs-append-to-ignore (dir str &optional old-dir) 1966(defun cvs-append-to-ignore (dir str &optional old-dir)
1965 "Add STR to the .cvsignore file in DIR. 1967 "Add STR to the .cvsignore file in DIR.