aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-11-19 16:41:35 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-11-19 17:52:15 +0100
commitcf5c43cc965ac9c2143005f7c08433f246254298 (patch)
treea1e703155d5b086b890bd0d0cb73dfb40787e39d
parentedf1a8f36f75861b822081b3825357e122b6937d (diff)
Rename coq-inferior.el -> inferior-coq.el to match provided feature.
Fixes #4988.
-rw-r--r--Makefile.install2
-rw-r--r--doc/refman/RefMan-uti.tex2
-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