Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame^] | 1 | ; load the new texinfo package (2.xx) if not installed by default |
2 | (setq load-path | ||||
3 | (cons "/ufs/jh/lib/emacs/texinfo" load-path)) | ||||
4 | (find-file "@out.texi") | ||||
5 | (texinfo-all-menus-update t) | ||||
6 | (texinfo-all-menus-update t) |