Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cd0b9b

Browse files
committed
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.
1 parent f995181 commit 2cd0b9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/info/texipre.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\input texinfo @c -*-texinfo-*-
1+
\input texinfo
22
@c %**start of header
33
@setfilename python-lib.info
44
@settitle Python library reference
@@ -91,7 +91,7 @@ the language, see the @cite{Python Tutorial}. The @cite{Python
9191
Reference Manual} gives a more formal definition of the language.
9292
(These manuals are not yet available in INFO or Texinfo format.)
9393

94-
This version corresponds to Python version 1.4 (Oct 25 1996).
94+
This version corresponds to Python version 1.5 (Oct 25 1996).
9595

9696
@end ifinfo
9797

Doc/texipre.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\input texinfo @c -*-texinfo-*-
1+
\input texinfo
22
@c %**start of header
33
@setfilename python-lib.info
44
@settitle Python library reference
@@ -91,7 +91,7 @@ the language, see the @cite{Python Tutorial}. The @cite{Python
9191
Reference Manual} gives a more formal definition of the language.
9292
(These manuals are not yet available in INFO or Texinfo format.)
9393

94-
This version corresponds to Python version 1.4 (Oct 25 1996).
94+
This version corresponds to Python version 1.5 (Oct 25 1996).
9595

9696
@end ifinfo
9797

0 commit comments

Comments
 (0)