diff options
Diffstat (limited to 'lisp/vc/pcvs.el')
-rw-r--r-- | lisp/vc/pcvs.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el index 5c645ffd519..4f0f1e8e7fe 100644 --- a/lisp/vc/pcvs.el +++ b/lisp/vc/pcvs.el @@ -1976,8 +1976,9 @@ This command ignores files that are not flagged as `Unknown'." (setf (cvs-fileinfo->type fi) 'DEAD)) (cvs-cleanup-collection cvs-cookies nil nil nil)) -(declare-function vc-editable-p "vc" (file)) -(declare-function vc-checkout "vc" (file &optional writable rev)) +(define-obsolete-function-alias 'cvs-append-to-ignore 'vc-cvs-append-to-ignore + "24.4") + (defun cvs-mode-find-file-other-window (e) "Select a buffer containing the file in another window." |