aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-03-02 23:52:10 -0800
committerGlenn Morris2011-03-02 23:52:10 -0800
commitce043df24acc76140b912980e7e144875731a89a (patch)
tree3327f538560350f6461f04bfb447b07c7e717d3e
parentc7a748017ace6b302ef79a077f6a646a2f27b85b (diff)
downloademacs-ce043df24acc76140b912980e7e144875731a89a.tar.gz
emacs-ce043df24acc76140b912980e7e144875731a89a.zip
* lisp/vc/vc-rcs.el: Remove some ancient comments.
Anyone using rcs < 5.6.2 in 2011 probably has a functioning time machine, so does not need hand-holding.
-rw-r--r--lisp/vc/vc-rcs.el12
1 files changed, 4 insertions, 8 deletions
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el
index d3a64f15f9e..488efaa3522 100644
--- a/lisp/vc/vc-rcs.el
+++ b/lisp/vc/vc-rcs.el
@@ -25,14 +25,10 @@
25 25
26;; See vc.el 26;; See vc.el
27 27
28;; Some features will not work with old RCS versions. Where 28;; Some features will not work with ancient RCS versions. Where
29;; appropriate, VC finds out which version you have, and allows or 29;; appropriate, VC finds out which version you have, and allows or
30;; disallows those features (stealing locks, for example, works only 30;; disallows those features.
31;; from 5.6.2 onwards). 31
32;; Even initial checkins will fail if your RCS version is so old that ci
33;; doesn't understand -t-; this has been known to happen to people running
34;; NExTSTEP 3.0.
35;;
36;; You can support the RCS -x option by customizing vc-rcs-master-templates. 32;; You can support the RCS -x option by customizing vc-rcs-master-templates.
37 33
38;;; Code: 34;;; Code:
@@ -391,7 +387,7 @@ whether to remove it."
391 (vc-rcs-set-default-branch file 387 (vc-rcs-set-default-branch file
392 (if (vc-rcs-trunk-p new-version) nil 388 (if (vc-rcs-trunk-p new-version) nil
393 (vc-branch-part new-version))) 389 (vc-branch-part new-version)))
394 ;; If this is an old RCS release, we might have 390 ;; If this is an old (pre-1992!) RCS release, we might have
395 ;; to remove a remaining lock. 391 ;; to remove a remaining lock.
396 (if (not (vc-rcs-release-p "5.6.2")) 392 (if (not (vc-rcs-release-p "5.6.2"))
397 ;; exit status of 1 is also accepted. 393 ;; exit status of 1 is also accepted.