Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: dd104400dc551dd4098f35e12072e12c45822adc authored by cvs2svn on 10 January 1993, 18:33:56 UTC
This commit was manufactured by cvs2svn to create tag 'release098'.
Tip revision: dd10440
fix.el
; 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)
back to top