diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 16:58:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 16:58:46 (GMT) |
commit | 6ccaaf1a0857db8d836f6c9bd6214a6882d9ca9e (patch) | |
tree | f710830f7570d58f3564eac00193c5bbbc3e26db /Doc/fix.el | |
parent | 1656d17c42cdbb32cd66041b7ed5383b1cfcdc30 (diff) | |
download | cpython-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/fix.el')
-rw-r--r-- | Doc/fix.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |