summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-27 19:39:50 -0500
committerGlenn Morris <rgm@gnu.org>2014-01-27 19:39:50 -0500
commita22359a7676690cf8e5eddd0029f612cdb85ea31 (patch)
tree8ccaafd9d75b5b07265e01eaeaf8224b8db7aea5 /lisp/vc/pcvs.el
parentee325f582521531eeb028319e96cc6aeb7157c72 (diff)
downloademacs-a22359a7676690cf8e5eddd0029f612cdb85ea31.tar.gz
* lisp/vc/pcvs.el (cvs-append-to-ignore): Add compatibility alias.
(vc-editable-p, vc-checkout): Remove unused declarations. * etc/NEWS: Small edits.
Diffstat (limited to 'lisp/vc/pcvs.el')
-rw-r--r--lisp/vc/pcvs.el5
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."