From: Glenn Morris Date: Wed, 11 Sep 2013 18:40:06 +0000 (-0400) Subject: Comment X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aab6e902f93767b1ade593dff7ddfccd159124a6;p=emacs.git Comment --- 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." "Ignore FILE under CVS." (cvs-append-to-ignore (file-name-directory file) file)) +;; FIXME This should be in the vc-cvs- namespace if it is to live here. (defun cvs-append-to-ignore (dir str &optional old-dir) "In DIR, add STR to the .cvsignore file. If OLD-DIR is non-nil, then this is a directory that we don't want