Commit cc2b81e7 authored by Fred Drake's avatar Fred Drake

\py@varvars: Merge the various definitions to be the simplist one that

	does everything needed, and discard the older stuff that is not
	being used.
parent 8b168ba5
...@@ -750,13 +750,10 @@ ...@@ -750,13 +750,10 @@
\newcommand{\email}[1]{{\small\textsf{#1}}} \newcommand{\email}[1]{{\small\textsf{#1}}}
\newcommand{\newsgroup}[1]{{\small\textsf{#1}}} \newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
%\newcommand{\py@varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}} \newcommand{\py@varvars}[1]{{%
\newcommand{\py@varvars}[1]{%
{\let\unspecified=\py@unspecified% {\let\unspecified=\py@unspecified%
\let\moreargs=\py@moreargs% \let\moreargs=\py@moreargs%
\def\,{\/{\char`\,}}\var{#1}}} \var{#1}}}}
% let's see if this breaks anything now; we may be able to simplify...
\renewcommand{\py@varvars}[1]{\var{#1}}
% I'd really like to get rid of this! % I'd really like to get rid of this!
\newif\iftexi\texifalse \newif\iftexi\texifalse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment