annotate 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 |
rev |
line source |
78
|
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))
|