aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-cvs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
index 75b54450926..11a30991391 100644
--- a/lisp/vc/vc-cvs.el
+++ b/lisp/vc/vc-cvs.el
@@ -1230,6 +1230,7 @@ is non-nil."
1230 "Ignore FILE under CVS." 1230 "Ignore FILE under CVS."
1231 (cvs-append-to-ignore (file-name-directory file) file)) 1231 (cvs-append-to-ignore (file-name-directory file) file))
1232 1232
1233;; FIXME This should be in the vc-cvs- namespace if it is to live here.
1233(defun cvs-append-to-ignore (dir str &optional old-dir) 1234(defun cvs-append-to-ignore (dir str &optional old-dir)
1234 "In DIR, add STR to the .cvsignore file. 1235 "In DIR, add STR to the .cvsignore file.
1235If OLD-DIR is non-nil, then this is a directory that we don't want 1236If OLD-DIR is non-nil, then this is a directory that we don't want