mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2013-09-20 Xue Fuqiao <xfq.free@gmail.com> * lisp/vc/pcvs.el (cvs-mode-ignore): * lisp/vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore): Rename cvs-append-to-ignore to vc-cvs-append-to-ignore. If/when someone complains about her package calling that function we can add an obsolete alias at that point.
This commit is contained in:
parent
f5f0132bc9
commit
98ccf24eab
4 changed files with 12 additions and 4 deletions
|
|
@ -1228,10 +1228,9 @@ is non-nil."
|
|||
|
||||
(defun vc-cvs-ignore (file &optional _directory _remove)
|
||||
"Ignore FILE under CVS."
|
||||
(cvs-append-to-ignore (file-name-directory file) file))
|
||||
(vc-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)
|
||||
(defun vc-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
|
||||
to hear about anymore."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue