diff lisp/eos/sun-eos-load.el @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/eos/sun-eos-load.el	Mon Aug 13 08:45:50 2007 +0200
@@ -0,0 +1,28 @@
+;;; sun-eos-load.el --- Loads the XEmacs/SPARCworks interface code
+
+;; Copyright (C) 1995  Sun Microsystems, Inc.
+
+;; Maintainer:	Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
+;; Author:      Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
+
+;; Keywords:	SPARCworks EOS Era on SPARCworks Debugger dbx
+
+;;; Commentary:
+
+;; Load EOS code
+;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com
+
+;;; Code:
+
+(load "sun-eos-init" nil t)
+(load "sun-eos-common" nil t)
+(load "sun-eos-editor" nil t)
+(load "sun-eos-browser" nil t)
+(load "sun-eos-debugger" nil t)
+(load "sun-eos-debugger-extra" nil t)
+(load "sun-eos-menubar" nil t)
+;; don't load toolbar (load "sun-eos-toolbar" nil t)
+
+(provide 'eos-load)
+
+;;; sun-eos-load.el ends here