diff options
| author | Stefan Monnier | 2003-05-02 18:31:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-02 18:31:55 +0000 |
| commit | 51241d96ea458008b6ad0a14924994b5bd9c3fe8 (patch) | |
| tree | b15e14e062349df135e72582bfa7a468797e466b | |
| parent | 4b1b4443359243562362bd0f07518494339f69ed (diff) | |
| download | emacs-51241d96ea458008b6ad0a14924994b5bd9c3fe8.tar.gz emacs-51241d96ea458008b6ad0a14924994b5bd9c3fe8.zip | |
Add a link to Meta-CVS home page.
| -rw-r--r-- | lisp/vc-mcvs.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index 283408f723a..06c0aa365bb 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el | |||
| @@ -24,6 +24,10 @@ | |||
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; The home page of the Meta-CVS version control system is at | ||
| 28 | ;; | ||
| 29 | ;; http://users.footprints.net/~kaz/mcvs.html | ||
| 30 | ;; | ||
| 27 | ;; This is derived from vc-cvs.el as follows: | 31 | ;; This is derived from vc-cvs.el as follows: |
| 28 | ;; - cp vc-cvs.el vc-mcvs.el | 32 | ;; - cp vc-cvs.el vc-mcvs.el |
| 29 | ;; - Replace CVS/ with MCVS/CVS/ | 33 | ;; - Replace CVS/ with MCVS/CVS/ |