home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / eos / sun-eos-load.el < prev    next >
Encoding:
Text File  |  1995-06-16  |  846 b   |  31 lines

  1. ;;; sun-eos-load.el --- Loads the XEmacs/SPARCworks interface code
  2.  
  3. ;; Copyright (C) 14 Jun 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. ;; Version:    1.14
  8. ;; Header:    @(#) sun-eos-load.el: v1.14 95/06/15 19:02:14
  9.  
  10. ;; Keywords:    SPARCworks EOS Era on SPARCworks Debugger dbx
  11.  
  12. ;;; Commentary:
  13.  
  14. ;; Load EOS code
  15. ;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com
  16.  
  17. ;;; Code:
  18.  
  19. (load "sun-eos-init" nil t)
  20. (load "sun-eos-common" nil t)
  21. (load "sun-eos-editor" nil t)
  22. (load "sun-eos-browser" nil t)
  23. (load "sun-eos-debugger" nil t)
  24. (load "sun-eos-debugger-extra" nil t)
  25. (load "sun-eos-menubar" nil t)
  26. ;; don't load toolbar (load "sun-eos-toolbar" nil t)
  27.  
  28. (provide 'eos-load)
  29.  
  30. ;;; sun-eos-load.el ends here
  31.