Staging
v0.5.1
https://github.com/python/cpython
Revision 9a513efffa9797e01745dab57dce3dc8e76bf28e authored by Guido van Rossum on 09 October 1997, 23:32:24 UTC, committed by Guido van Rossum on 09 October 1997, 23:32:24 UTC
1 parent 9192267
Raw File
Tip revision: 9a513efffa9797e01745dab57dce3dc8e76bf28e authored by Guido van Rossum on 09 October 1997, 23:32:24 UTC
Final touch -- Don's SGI_ABI patches.
Tip revision: 9a513ef
fix.el
; 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 "@lib.texi")
(texinfo-all-menus-update t)
(texinfo-all-menus-update t)
back to top