diff options
| author | Dmitry Gutov | 2016-04-19 01:20:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2016-04-19 01:22:39 +0300 |
| commit | b8d5a8fd1a16a30ac42883bfea3f25ecef1e7fde (patch) | |
| tree | d0afa39601a5e25026068adae727c6f60581b4a6 /lisp/vc | |
| parent | 5a0cbe51f4a32aedb2060bf18afc36c4dfe329db (diff) | |
| download | emacs-b8d5a8fd1a16a30ac42883bfea3f25ecef1e7fde.tar.gz emacs-b8d5a8fd1a16a30ac42883bfea3f25ecef1e7fde.zip | |
Remove the Meta-CVS VC backend
* lisp/obsolete/vc-mcvs.el: Remove the file (bug#20475).
* lisp/vc/log-view.el (log-view-extract-comment): Remove the MCVS
reference.
* doc/misc/efaq-w32.texi (Version control): Same.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/log-view.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 34ffb3c93b5..63d50033eec 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el | |||
| @@ -542,7 +542,7 @@ If called interactively, visit the version at point." | |||
| 542 | (setq en (point)) | 542 | (setq en (point)) |
| 543 | (or (log-view-current-entry nil t) | 543 | (or (log-view-current-entry nil t) |
| 544 | (throw 'beginning-of-buffer nil)) | 544 | (throw 'beginning-of-buffer nil)) |
| 545 | (cond ((memq backend '(SCCS RCS CVS MCVS SVN)) | 545 | (cond ((memq backend '(SCCS RCS CVS SVN)) |
| 546 | (forward-line 2)) | 546 | (forward-line 2)) |
| 547 | ((eq backend 'Hg) | 547 | ((eq backend 'Hg) |
| 548 | (forward-line 4) | 548 | (forward-line 4) |
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 4b5ec27d3ca..b3644cc1ac5 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -122,7 +122,7 @@ An empty list disables VC altogether." | |||
| 122 | :group 'vc) | 122 | :group 'vc) |
| 123 | 123 | ||
| 124 | ;; Note: we don't actually have a darcs back end yet. | 124 | ;; Note: we don't actually have a darcs back end yet. |
| 125 | ;; Also, Meta-CVS (corresponding to MCVS) and Arch are unsupported. | 125 | ;; Also, Arch is unsupported, and the Meta-CVS back end has been removed. |
| 126 | ;; The Arch back end will be retrieved and fixed if it is ever required. | 126 | ;; The Arch back end will be retrieved and fixed if it is ever required. |
| 127 | (defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS" | 127 | (defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS" |
| 128 | ".src" ".svn" ".git" ".hg" ".bzr" | 128 | ".src" ".svn" ".git" ".hg" ".bzr" |