diff options
author | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-08 14:37:55 (GMT) |
commit | 95cd2ef1623d8f3ac574d617964e5b4e097bc54d (patch) | |
tree | c763f4b5a345daddf1ac94020f2e5c227fc3b9dc /Doc/fix.el | |
parent | 2a7178efe1353aed277c0714e92a0790c84f7b88 (diff) | |
download | cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.zip cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.gz cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.bz2 |
Incorporated Jan-Hein's changes and texinfo conversion.
Diffstat (limited to 'Doc/fix.el')
-rw-r--r-- | Doc/fix.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/fix.el b/Doc/fix.el new file mode 100644 index 0000000..f25a935 --- /dev/null +++ b/Doc/fix.el @@ -0,0 +1,6 @@ +; load the new texinfo package (2.xx) if not installed by default +(setq load-path + (cons "/ufs/jh/lib/emacs/texinfo" load-path)) +(find-file "@out.texi") +(texinfo-all-menus-update t) +(texinfo-all-menus-update t) |