[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 97c992d05a869a2c692f7
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 97c992d05a869a2c692f737599576bc45eed0c58 |
Date: |
Wed, 29 Jun 2016 16:55:16 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 97c992d05a869a2c692f737599576bc45eed0c58 (commit)
from 98a83e9d5999f12039874347275c5a9df1b48b72 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97c992d05a869a2c692f737599576bc45eed0c58
Author: Arash Esbati <address@hidden>
Date: Wed Jun 29 18:54:08 2016 +0200
Catch up with deletion of \commondummies in texinfo.tex
* doc/macros.texi: Catch up with deletion of \commondummies in
texinfo.tex which is replaced with \definedummies. Check which
command is defined and add AUCTeX definitions respectively.
diff --git a/doc/macros.texi b/doc/macros.texi
index fdf37a0..4162d05 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -64,10 +64,18 @@ font-latex
\def\TeX#1{TeX#1}%
\def\LaTeX#1{LaTeX#1}\def\previewlatex#1{preview-latex#1}}
\xdef\indexnofonts{\the\toks0}
-\toks0\expandafter{\commondummies
- \def\TeX#1{TeX#1}%
- \def\LaTeX#1{LaTeX#1}\def\previewlatex#1{preview-latex#1}}
-\xdef\commondummies{\the\toks0}
+\ifx\commondummies\undefined \else
+ \toks0\expandafter{\commondummies
+ \def\TeX#1{TeX#1}%
+ \def\LaTeX#1{LaTeX#1}\def\previewlatex#1{preview-latex#1}}
+ \xdef\commondummies{\the\toks0}
+\fi
+\ifx\definedummies\undefined \else
+ \toks0\expandafter{\definedummies
+ \def\TeX#1{TeX#1}%
+ \def\LaTeX#1{LaTeX#1}\def\previewlatex#1{preview-latex#1}}
+ \xdef\definedummies{\the\toks0}
+\fi
\ifx\acronym\undefined \gdef\acronym#1{{\smallcaps \lowercase{#1}}} \fi
\ifx\env\undefined \global\let\env=\code \fi
\ifx\option\undefined \global\let\option=\samp \fi
-----------------------------------------------------------------------
Summary of changes:
doc/macros.texi | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 97c992d05a869a2c692f737599576bc45eed0c58,
Arash Esbati <=