Initial Commit
[packages] / xemacs-packages / eieio / eieio-load.el
1 ;;; eieio-load.el --- Autoload definitions for EIEIO
2
3 ;;; Copyright (C) 2003 David Ponce
4
5 ;; Author: David Ponce <david@dponce.com>
6 ;; X-RCS: $Id: eieio-load.el,v 1.1 2007-11-26 15:01:04 michaels Exp $
7
8 ;; EIEIO is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version.
12
13 ;; This software is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 ;; GNU General Public License for more details.
17
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
20 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
22
23 ;;; Commentary:
24 ;;
25 ;; Initialize EIEIO for all supported conditions.
26
27 ;;; Code:
28 ;;
29
30 ;;; EIEIO autoloads
31 ;;
32 (load "eieio-loaddefs" nil t)
33
34 (provide 'eieio-load)
35
36 ;;; eieio-load.el ends here