Mercurial > hg > xemacs-beta
view lisp/sunpro/sunpro-load.el @ 51:69ce12f60f55
Added tag r19-16b91 for changeset ee648375d8d6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:44 +0200 |
parents | bcdc7deadc19 |
children | 131b0175ea99 |
line wrap: on
line source
(let ((gc-cons-threshold 30000)) (require 'cc-mode) ;(require 'fortran) (load "sunpro-init") ;;(load "sunpro-menubar") ;;(load "sunpro-keys") ;;(load "sccs") ;;(load "sunpro-sparcworks") (load "eos/sun-eos-load") (require 'annotations) (when (featurep 'mule) (load "mime-setup")) (garbage-collect))