emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/texinfo.tex,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/man/texinfo.tex,v
Date: Sun, 17 Jun 2007 15:23:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       07/06/17 15:23:15

Index: texinfo.tex
===================================================================
RCS file: /sources/emacs/emacs/man/texinfo.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- texinfo.tex 4 May 2007 20:40:48 -0000       1.22
+++ texinfo.tex 17 Jun 2007 15:23:15 -0000      1.23
@@ -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{2007-05-04.09}
+\def\texinfoversion{2007-06-16.10}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5765,11 +5765,11 @@
 % regular 0x27.  
 % 
 \def\codequoteright{%
+  \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax
   \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
     '%
-  \else
-    \char'15
-  \fi
+    \else \char'15 \fi
+  \else \char'15 \fi
 }
 %
 % and a similar option for the left quote char vs. a grave accent.
@@ -5777,11 +5777,11 @@
 % the code environments to do likewise.
 % 
 \def\codequoteleft{%
+  \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax
   \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
     `%
-  \else
-    \char'22
-  \fi
+    \else \char'22 \fi
+  \else \char'22 \fi
 }
 %
 \begingroup




reply via email to

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