From: Fred Drake Date: Thu, 19 Feb 1998 16:01:41 +0000 (+0000) Subject: Work on a temporary file, not the input file. X-Git-Tag: v1.5.1~667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=526ebb4d97f9f9547b451c94686af627bb37d4dd;p=python Work on a temporary file, not the input file. --- diff --git a/Doc/fix.el b/Doc/fix.el index 994b509c84..f41fb59cd4 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 994b509c84..f41fb59cd4 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)