mirror of https://github.com/python/cpython
Work on a temporary file, not the input file.
This commit is contained in:
parent
a799835460
commit
526ebb4d97
|
@ -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…
Reference in New Issue