Initial Commit
[packages] / xemacs-packages / xwem / lisp / xwem-load.el
1 ;;; xwem-load.el --- XWEM functionality loader.
2
3 ;; Copyright (C) 2004,2005 by XWEM Org.
4
5 ;; Author: Zajcev Evgeny <zevlg@yandex.ru>
6 ;; Created: Tue Aug 24 13:48:56 MSD 2004
7 ;; Keywords: xwem
8 ;; X-CVS: $Id: xwem-load.el,v 1.7 2005-04-04 19:54:13 lg Exp $
9
10 ;; This file is part of XWEM.
11
12 ;; XWEM is free software; you can redistribute it and/or modify it
13 ;; under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; XWEM is distributed in the hope that it will be useful, but WITHOUT
18 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19 ;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
20 ;; License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING.  If not, write to the Free
24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25 ;; 02111-1307, USA.
26
27 ;;; Synched up with: Not in FSF
28
29 ;;; Commentary:
30
31 ;; 
32
33 ;;; Code:
34 \f
35 (require 'xlib-xlib)
36
37 (require 'xwem-loaddefs)
38 (require 'xwem-struct)
39 (require 'xwem-interactive)
40
41 (require 'xwem-faces)
42
43 \f
44 (provide 'xwem-load)
45
46 ;;; xwem-load.el ends here