annotate lisp/sunpro/sunpro-load.el @ 12:bcdc7deadc19
r19-15b7
Import from CVS: tag r19-15b7
author |
cvs |
date |
Mon, 13 Aug 2007 08:48:16 +0200 |
parents |
376386a54a3c |
children |
131b0175ea99 |
rev |
line source |
12
|
1 (let ((gc-cons-threshold 30000))
|
|
2 (require 'cc-mode)
|
|
3 ;(require 'fortran)
|
|
4 (load "sunpro-init")
|
|
5 ;;(load "sunpro-menubar")
|
|
6 ;;(load "sunpro-keys")
|
|
7 ;;(load "sccs")
|
|
8 ;;(load "sunpro-sparcworks")
|
|
9 (load "eos/sun-eos-load")
|
|
10 (require 'annotations)
|
|
11 (when (featurep 'mule)
|
|
12 (load "mime-setup"))
|
|
13 (garbage-collect))
|