view 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
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))