diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-11-20 11:08:49 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-11-20 11:08:49 +0100 |
commit | 2a857da2a88855a6c9f0fa7e48a8700c1613e0c7 (patch) | |
tree | 5c1c030cef7e709a6fe7439775f68a4f4ddd68ed | |
parent | 4db3eeaf447bb8cc3b753945eda901d13965a8a7 (diff) | |
parent | cf5c43cc965ac9c2143005f7c08433f246254298 (diff) |
Merge PR #6188: Rename coq-inferior.el -> inferior-coq.el to match provided feature.
-rw-r--r-- | Makefile.install | 2 | ||||
-rw-r--r-- | doc/refman/RefMan-uti.tex | 2 | ||||
-rw-r--r-- | tools/inferior-coq.el (renamed from tools/coq-inferior.el) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.install b/Makefile.install index 55229deb9..b590aad54 100644 --- a/Makefile.install +++ b/Makefile.install @@ -144,7 +144,7 @@ install-coq-manpages: install-emacs: $(MKDIR) $(FULLEMACSLIB) - $(INSTALLLIB) tools/gallina-db.el tools/coq-font-lock.el tools/gallina-syntax.el tools/gallina.el tools/coq-inferior.el $(FULLEMACSLIB) + $(INSTALLLIB) tools/gallina-db.el tools/coq-font-lock.el tools/gallina-syntax.el tools/gallina.el tools/inferior-coq.el $(FULLEMACSLIB) # command to update TeX' kpathsea database #UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null diff --git a/doc/refman/RefMan-uti.tex b/doc/refman/RefMan-uti.tex index 8f846f2f5..c411db100 100644 --- a/doc/refman/RefMan-uti.tex +++ b/doc/refman/RefMan-uti.tex @@ -467,7 +467,7 @@ the \Coq\ language, and also a rudimentary indentation facility: \end{itemize} An inferior mode to run \Coq\ under Emacs, by Marco Maggesi, is also -included in the distribution, in file \texttt{coq-inferior.el}. +included in the distribution, in file \texttt{inferior-coq.el}. Instructions to use it are contained in this file. \subsection[{\ProofGeneral}]{{\ProofGeneral}\index{Proof General@{\ProofGeneral}}} diff --git a/tools/coq-inferior.el b/tools/inferior-coq.el index b79d97d66..b79d97d66 100644 --- a/tools/coq-inferior.el +++ b/tools/inferior-coq.el |