texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/doc texinfo.tex


From: Karl Berry
Subject: texinfo/doc texinfo.tex
Date: Wed, 03 Mar 2010 18:24:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/03/03 18:24:45

Modified files:
        doc            : texinfo.tex 

Log message:
        \dosmartslant: keep grouping here, else error processing texinfo.txi

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.308&r2=1.309

Patches:
Index: texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -b -r1.308 -r1.309
--- texinfo.tex 3 Mar 2010 00:41:30 -0000       1.308
+++ texinfo.tex 3 Mar 2010 18:24:45 -0000       1.309
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2010-03-02.16}
+\def\texinfoversion{2010-03-03.10}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2512,7 +2512,7 @@
 \def\dosmartslant#1#2{%
   \ifusingtt 
     {\ttsl #2\let\next=\relax}%
-    {\def\next{\bgroup #1#2\futurelet\next\smartitaliccorrection}}%
+    {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}%
   \next
 }
 \def\smartslanted{\dosmartslant\sl}
@@ -2525,7 +2525,7 @@
   \else\ifx\next-%
   \else\ifx\next.%
   \else\ptexslash
-  \fi\fi\fi\egroup}
+  \fi\fi\fi}
 
 % like \smartslanted except unconditionally uses \ttsl, and no ic.
 % @var is set to this for defun arguments.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]