annotate lisp/sunpro/sunpro-load.el @ 69:804d1389bcd6
Added tag r19-16-pre9 for changeset 0b7f3b634cf2
author |
cvs |
date |
Mon, 13 Aug 2007 09:00:04 +0200 |
parents |
bcdc7deadc19 |
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))
|