mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Work on a temporary file, not the input file.
This commit is contained in:
parent
a799835460
commit
526ebb4d97
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
|
||||
; (setq load-path (cons "/ufs/guido/lib/emacs/texinfo-2.14" load-path))
|
||||
(find-file "lib1.texi")
|
||||
(find-file "temp.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 "lib1.texi")
|
||||
(find-file "temp.texi")
|
||||
(texinfo-all-menus-update t)
|
||||
(texinfo-all-menus-update t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue