diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-03 12:13:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-03 12:26:55 +0200 |
commit | d47706c552eb8a8cd8caff03622201fcd78639c8 (patch) | |
tree | 0ec1b9fab0a9842538ecbab88efe752edadd3b52 /lisp/vc | |
parent | 860bc0db1cdf4ec58299013074edb3a3925f9dce (diff) | |
download | emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.tar.gz emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.tar.bz2 emacs-d47706c552eb8a8cd8caff03622201fcd78639c8.zip |
; Remove some redundant installation instructions
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/vc-git.el | 8 | ||||
-rw-r--r-- | lisp/vc/vc-hg.el | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index fda8605c679..e37c09df7c2 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -27,14 +27,6 @@ ;; system. ;; -;;; Installation: - -;; To install: put this file on the load-path and add Git to the list -;; of supported backends in `vc-handled-backends'; the following line, -;; placed in your init file, will accomplish this: -;; -;; (add-to-list 'vc-handled-backends 'Git) - ;;; Todo: ;; - check if more functions could use vc-git-command instead ;; of start-process. diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index 2bc6ae3524b..a054a7c3176 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -30,8 +30,6 @@ ;;; Bugs: -;;; Installation: - ;;; Todo: ;; 1) Implement the rest of the vc interface. See the comment at the |