diff options
| author | Fred Drake <fdrake@acm.org> | 1998-02-19 16:01:41 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-02-19 16:01:41 +0000 |
| commit | 526ebb4d97f9f9547b451c94686af627bb37d4dd (patch) | |
| tree | f272cabca91597340bd70d016f221738b91ae6bb /Doc | |
| parent | a799835460d8162e2abe6e24b6bcf3b4c1627375 (diff) | |
| download | cpython-git-526ebb4d97f9f9547b451c94686af627bb37d4dd.tar.gz | |
Work on a temporary file, not the input file.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/fix.el | 2 | ||||
| -rw-r--r-- | Doc/tools/fix.el | 2 |
2 files changed, 2 insertions, 2 deletions
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) |
