From 2cd0b9b1ba98ae4d8e1da5adf72ffc0516325bd2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 16:54:11 +0000 Subject: [PATCH] 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. --- Doc/info/texipre.dat | 4 ++-- Doc/texipre.dat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1