annotate lisp/eos/sun-eos-load.el @ 125:8b0638b347ec

Added tag r20-1b15 for changeset 9b50b4588a93
author cvs
date Mon, 13 Aug 2007 09:26:41 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; sun-eos-load.el --- Loads the XEmacs/SPARCworks interface code
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;; Copyright (C) 1995 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ;; Maintainer: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;; Author: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ;; Keywords: SPARCworks EOS Era on SPARCworks Debugger dbx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;;; Commentary:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;; Load EOS code
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ;;; Code:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 (load "sun-eos-init" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 (load "sun-eos-common" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 (load "sun-eos-editor" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 (load "sun-eos-browser" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 (load "sun-eos-debugger" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 (load "sun-eos-debugger-extra" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 (load "sun-eos-menubar" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 ;; don't load toolbar (load "sun-eos-toolbar" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 (provide 'eos-load)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 ;;; sun-eos-load.el ends here