Mercurial > hg > xemacs-beta
view lisp/sunpro/sunpro-load.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
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))