mirror of https://github.com/python/cpython
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:
parent
1656d17c42
commit
6ccaaf1a08
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue