diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 16:01:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 16:01:41 (GMT) |
commit | 526ebb4d97f9f9547b451c94686af627bb37d4dd (patch) | |
tree | f272cabca91597340bd70d016f221738b91ae6bb /Doc/tools/fix.el | |
parent | a799835460d8162e2abe6e24b6bcf3b4c1627375 (diff) | |
download | cpython-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.el | 2 |
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) |