Mercurial > hg > xemacs-beta
view lisp/sunpro/sunpro-load.el @ 39:06f275776fba
Added tag r19-15b102 for changeset 1a767b41a199
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:02 +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))