Mercurial > hg > xemacs-beta
comparison lisp/eos/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 ;;; eos.el --- Intereactively loads the XEmacs/SPARCworks interface | |
2 ;;; this file is an alias for sun-eos.el | |
3 | |
4 ;; Copyright (C) 1995 Sun Microsystems, Inc. | |
5 | |
6 ;; Maintainer: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM> | |
7 ;; Author: Eduardo Pelegri-Llopart <eduardo.pelegri-llopart@Eng.Sun.COM> | |
8 | |
9 ;; Keywords: SPARCworks EOS Era on SPARCworks load | |
10 | |
11 ;;; Commentary: | |
12 | |
13 ;; If manual loading is desired... | |
14 ;; Please send feedback to eduardo.pelegri-llopart@eng.sun.com | |
15 | |
16 ;;; Code: | |
17 | |
18 (load "sun-eos-load.el") | |
19 (eos::start) | |
20 | |
21 ;;; sun-eos-eos.el ends here |