mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
; load the new texinfo package (2.xx) if not installed by default
|
; 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))
|
; (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)
|
||||||
(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
|
; 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))
|
; (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)
|
||||||
(texinfo-all-menus-update t)
|
(texinfo-all-menus-update t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue