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 | ||||
Guido van Rossum | 3ad7fc7 | 1993-01-22 15:48:14 +0000 | [diff] [blame^] | 3 | (cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path)) |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 4 | (find-file "@out.texi") |
5 | (texinfo-all-menus-update t) | ||||
6 | (texinfo-all-menus-update t) |