From: Andrew M. Kuchling Date: Sat, 17 Jul 2004 14:43:32 +0000 (+0000) Subject: Add a definition (found in the Debian patches for 2.3.4) X-Git-Tag: v2.4a2~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e970d2a310586f1553ac04a5789223bd88eb6038;p=thirdparty%2FPython%2Fcpython.git Add a definition (found in the Debian patches for 2.3.4) --- diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index b7155acca814..8270c6eb039f 100644 --- a/Doc/tools/py2texi.el +++ b/Doc/tools/py2texi.el @@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through ("authoraddress" 1 (progn (setq author-address (match-string 1 string)) "")) ("b" 1 "@w{\\1}") + ("backslash" 0 "@backslash{}") ("bf" 0 "@destroy") ("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}")) ("C" 0 "C")