diff options
| author | Dmitry Gutov <dgutov@yandex.ru> | 2016-04-19 01:20:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-04-19 01:22:39 +0300 |
| commit | b8d5a8fd1a16a30ac42883bfea3f25ecef1e7fde (patch) | |
| tree | d0afa39601a5e25026068adae727c6f60581b4a6 /lisp/vc/log-view.el | |
| parent | 5a0cbe51f4a32aedb2060bf18afc36c4dfe329db (diff) | |
| download | emacs-b8d5a8fd1a16a30ac42883bfea3f25ecef1e7fde.tar.gz | |
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/log-view.el')
| -rw-r--r-- | lisp/vc/log-view.el | 2 |
1 files changed, 1 insertions, 1 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." (setq en (point)) (or (log-view-current-entry nil t) (throw 'beginning-of-buffer nil)) - (cond ((memq backend '(SCCS RCS CVS MCVS SVN)) + (cond ((memq backend '(SCCS RCS CVS SVN)) (forward-line 2)) ((eq backend 'Hg) (forward-line 4) |
