Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: d29eb6232cf7d71e5f5bffd70668b3e18835797a authored by cvs2svn on 29 July 1993, 13:14:32 UTC
This commit was manufactured by cvs2svn to create tag 'release099'.
Tip revision: d29eb62
fix.el
; load the new texinfo package (2.xx) if not installed by default
(setq load-path
      (cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path))
(find-file "@out.texi")
(texinfo-all-menus-update t)
(texinfo-all-menus-update t)
back to top