Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 526ebb4

Browse files
committed
Work on a temporary file, not the input file.
1 parent a799835 commit 526ebb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/fix.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; load the new texinfo package (2.xx) if not installed by default
22
; (setq load-path (cons "/ufs/guido/lib/emacs/texinfo-2.14" load-path))
3-
(find-file "lib1.texi")
3+
(find-file "temp.texi")
44
(texinfo-all-menus-update t)
55
(texinfo-all-menus-update t)

Doc/tools/fix.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; load the new texinfo package (2.xx) if not installed by default
22
; (setq load-path (cons "/ufs/guido/lib/emacs/texinfo-2.14" load-path))
3-
(find-file "lib1.texi")
3+
(find-file "temp.texi")
44
(texinfo-all-menus-update t)
55
(texinfo-all-menus-update t)

0 commit comments

Comments
 (0)