[Python-checkins] python/dist/src/Doc/tools py2texi.el,1.9,1.10
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Sat Jul 17 16:43:34 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7874
Modified Files:
py2texi.el
Log Message:
Add a definition (found in the Debian patches for 2.3.4)
Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** py2texi.el 28 Sep 2003 03:10:09 -0000 1.9
--- py2texi.el 17 Jul 2004 14:43:32 -0000 1.10
***************
*** 212,215 ****
--- 212,216 ----
(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円}"))
More information about the Python-checkins
mailing list