Change name of temporary file to avoid possible filesystem issues; matches

similar renaming of the @buildno file elsewhere in the Python tree.
This commit is contained in:
Fred Drake 1997-12-29 16:58:46 +00:00
parent 1656d17c42
commit 6ccaaf1a08
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)