Mercurial > hg > xemacs-beta
comparison lisp/eos/sun-eos.el @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 ;;; sun-eos.el --- Intereactively loads the XEmacs/SPARCworks interface | |
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 load | |
9 | |
10 ;;; Commentary: | |
11 | |
12 ;; If manual loading is desired... | |
13 ;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com | |
14 | |
15 ;;; Code: | |
16 | |
17 (load "sun-eos-load.el") | |
18 (eos::start) | |
19 | |
20 ;;; sun-eos-eos.el ends here |