summaryrefslogtreecommitdiffstats
path: root/Doc/fix.el
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-08 14:37:55 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-08 14:37:55 (GMT)
commit95cd2ef1623d8f3ac574d617964e5b4e097bc54d (patch)
treec763f4b5a345daddf1ac94020f2e5c227fc3b9dc /Doc/fix.el
parent2a7178efe1353aed277c0714e92a0790c84f7b88 (diff)
downloadcpython-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.el6
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)