From 526ebb4d97f9f9547b451c94686af627bb37d4dd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 19 Feb 1998 16:01:41 +0000 Subject: [PATCH] Work on a temporary file, not the input file. --- Doc/fix.el | 2 +- Doc/tools/fix.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/fix.el b/Doc/fix.el index 994b509c84f..f41fb59cd42 100644 --- a/Doc/fix.el +++ b/Doc/fix.el @@ -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) diff --git a/Doc/tools/fix.el b/Doc/tools/fix.el index 994b509c84f..f41fb59cd42 100644 --- a/Doc/tools/fix.el +++ b/Doc/tools/fix.el @@ -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)