summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 16:58:46 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 16:58:46 (GMT)
commit6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e (patch)
treef710830f7570d58f3564eac00193c5bbbc3e26db /Doc/tools
parent1656d17c42cdbb32cd66041b7ed5383b1cfcdc30 (diff)
downloadcpython-6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e.zip
cpython-6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e.tar.gz
cpython-6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e.tar.bz2
Change name of temporary file to avoid possible filesystem issues; matches
similar renaming of the @buildno file elsewhere in the Python tree.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/fix.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/fix.el b/Doc/tools/fix.el
index f36d6f0..994b509 100644
--- a/Doc/tools/fix.el
+++ b/Doc/tools/fix.el
@@ -1,5 +1,5 @@
; load the new texinfo package (2.xx) if not installed by default
; (setq load-path (cons "/ufs/guido/lib/emacs/texinfo-2.14" load-path))
-(find-file "@lib.texi")
+(find-file "lib1.texi")
(texinfo-all-menus-update t)
(texinfo-all-menus-update t)