summaryrefslogtreecommitdiffstats
path: root/Doc/tools/fix.el
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-19 16:01:41 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-19 16:01:41 (GMT)
commit526ebb4d97f9f9547b451c94686af627bb37d4dd (patch)
treef272cabca91597340bd70d016f221738b91ae6bb /Doc/tools/fix.el
parenta799835460d8162e2abe6e24b6bcf3b4c1627375 (diff)
downloadcpython-526ebb4d97f9f9547b451c94686af627bb37d4dd.zip
cpython-526ebb4d97f9f9547b451c94686af627bb37d4dd.tar.gz
cpython-526ebb4d97f9f9547b451c94686af627bb37d4dd.tar.bz2
Work on a temporary file, not the input file.
Diffstat (limited to 'Doc/tools/fix.el')
-rw-r--r--Doc/tools/fix.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/fix.el b/Doc/tools/fix.el
index 994b509..f41fb59 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)