From: Fred Drake Date: Mon, 29 Dec 1997 16:54:11 +0000 (+0000) Subject: Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stop X-Git-Tag: v1.5~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cd0b9b1ba98ae4d8e1da5adf72ffc0516325bd2;p=python Removed "-*-texinfo-*-" from first line; this can cause emacs/xemacs to stop and ask the user for permission to set buffer-local variables depending on the user's configuration. Not really needed since this doesn't get edited often. Bumped the version number to 1.5; date still needs to be set. --- diff --git a/Doc/info/texipre.dat b/Doc/info/texipre.dat index 62bfa15005..4f12e65ceb 100644 --- a/Doc/info/texipre.dat +++ b/Doc/info/texipre.dat @@ -1,4 +1,4 @@ -\input texinfo @c -*-texinfo-*- +\input texinfo @c %**start of header @setfilename python-lib.info @settitle Python library reference @@ -91,7 +91,7 @@ the language, see the @cite{Python Tutorial}. The @cite{Python Reference Manual} gives a more formal definition of the language. (These manuals are not yet available in INFO or Texinfo format.) -This version corresponds to Python version 1.4 (Oct 25 1996). +This version corresponds to Python version 1.5 (Oct 25 1996). @end ifinfo diff --git a/Doc/texipre.dat b/Doc/texipre.dat index 62bfa15005..4f12e65ceb 100644 --- a/Doc/texipre.dat +++ b/Doc/texipre.dat @@ -1,4 +1,4 @@ -\input texinfo @c -*-texinfo-*- +\input texinfo @c %**start of header @setfilename python-lib.info @settitle Python library reference @@ -91,7 +91,7 @@ the language, see the @cite{Python Tutorial}. The @cite{Python Reference Manual} gives a more formal definition of the language. (These manuals are not yet available in INFO or Texinfo format.) -This version corresponds to Python version 1.4 (Oct 25 1996). +This version corresponds to Python version 1.5 (Oct 25 1996). @end ifinfo