0
|
1 ;;; sun-eos-load.el --- Loads the XEmacs/SPARCworks interface code
|
|
2
|
|
3 ;; Copyright (C) 1995 Sun Microsystems, Inc.
|
|
4
|
|
5 ;; Maintainer: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
|
|
6 ;; Author: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
|
|
7
|
|
8 ;; Keywords: SPARCworks EOS Era on SPARCworks Debugger dbx
|
|
9
|
|
10 ;;; Commentary:
|
|
11
|
|
12 ;; Load EOS code
|
|
13 ;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com
|
|
14
|
|
15 ;;; Code:
|
|
16
|
|
17 (load "sun-eos-init" nil t)
|
|
18 (load "sun-eos-common" nil t)
|
|
19 (load "sun-eos-editor" nil t)
|
|
20 (load "sun-eos-browser" nil t)
|
|
21 (load "sun-eos-debugger" nil t)
|
|
22 (load "sun-eos-debugger-extra" nil t)
|
|
23 (load "sun-eos-menubar" nil t)
|
|
24 ;; don't load toolbar (load "sun-eos-toolbar" nil t)
|
|
25
|
|
26 (provide 'eos-load)
|
|
27
|
|
28 ;;; sun-eos-load.el ends here
|