]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
do_cmd_let(): Simple implementation to allow \let to be used to establish
authorFred Drake <fdrake@acm.org>
Fri, 15 May 1998 04:28:37 +0000 (04:28 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 May 1998 04:28:37 +0000 (04:28 +0000)
commite16f6798ae8936c9198ee214edf110be77c56c20
treef018748206c02557d0b7ef4a6e5673d4e376a0e8
parent532246ef550f0c305a57240932429ba1e6314d30
do_cmd_let():  Simple implementation to allow \let to be used to establish
synonyms for macros.  This supports:

\let\newname = \oldname
\let\newname\oldname

This is useful sometimes, and can at least avoid real errors at other times.
Doc/perl/python.perl