Skip to content

Commit

Permalink
Oops, did inadvertent branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Berry committed Jan 4, 1997
1 parent 4398fea commit 3e99cd6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions manual/texinfo.tex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 2.195 1996/12/18 03:22:53 drepper Exp $
%% $Id: texinfo.tex,v 2.196 1997/01/04 19:24:13 karl Exp $

% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 1996 Free Software Foundation, Inc.
% 94, 95, 96, 97 Free Software Foundation, Inc.

%This texinfo.tex file is free software; you can redistribute it and/or
%modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -36,7 +36,7 @@

% This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
\deftexinfoversion$Revision: 2.195 $
\deftexinfoversion$Revision: 2.196 $
\message{Loading texinfo package [Version \texinfoversion]:}

% If in a .fmt file, print the version number
Expand All @@ -60,7 +60,6 @@
\let\ptexrbrace=\}
\let\ptexstar=\*
\let\ptext=\t
\let\ptextilde=\~

% Be sure we're in horizontal mode when doing a tie, since we make space
% equivalent to this in @example-like environments. Otherwise, a space
Expand All @@ -73,7 +72,6 @@
\global\let\tiepenalty = \@M
\gdef\tie{\leavevmode\penalty\tiepenalty\ }
}
\let\~ = \tie % And make it available as @~.


\message{Basics,}
Expand Down Expand Up @@ -2078,7 +2076,7 @@
% characters.
\noindent\ignorespaces##\unskip\multistrut}\cr
% \everycr will reset column counter, \colcount, at the end of
% each line. Every column entry will cause \colcount to advance by one.
% each line. Every column entry will cause \colcount to advance by one.
% The table preamble
% looks at the current \colcount to find the correct column width.
\global\everycr{\noalign{%
Expand Down Expand Up @@ -3391,7 +3389,6 @@
\escapechar=`\\
%
\let\,=\ptexcomma
\let\~=\ptextilde
\let\{=\ptexlbrace
\let\}=\ptexrbrace
\let\.=\ptexdot
Expand Down

0 comments on commit 3e99cd6

Please sign in to comment.