Work on a temporary file, not the input file.

This commit is contained in:
Fred Drake 1998-02-19 16:01:41 +00:00
parent a799835460
commit 526ebb4d97
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 "lib1.texi")
(find-file "temp.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 "lib1.texi")
(find-file "temp.texi")
(texinfo-all-menus-update t)
(texinfo-all-menus-update t)