comparison lisp/vc-rcs.el @ 105590:7e0a5f5d7775

* vc.el: Move comments about RCS and SCCS ... * vc-rcs.el: * vc-sccs.el: ... here, respectively.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 14 Oct 2009 06:00:51 +0000
parents f8ba8d6fd250
children a0f778f4a995
comparison
equal deleted inserted replaced
105589:e84a6a47bcb9 105590:7e0a5f5d7775
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; See vc.el 27 ;; See vc.el
28
29 ;; Some features will not work with old RCS versions. Where
30 ;; appropriate, VC finds out which version you have, and allows or
31 ;; disallows those features (stealing locks, for example, works only
32 ;; from 5.6.2 onwards).
33 ;; Even initial checkins will fail if your RCS version is so old that ci
34 ;; doesn't understand -t-; this has been known to happen to people running
35 ;; NExTSTEP 3.0.
36 ;;
37 ;; You can support the RCS -x option by customizing vc-rcs-master-templates.
28 38
29 ;;; Code: 39 ;;; Code:
30 40
31 ;;; 41 ;;;
32 ;;; Customization options 42 ;;; Customization options