comparison lisp/ilisp/ilisp.el @ 4:b82b59fe008d r19-15b3

Import from CVS: tag r19-15b3
author cvs
date Mon, 13 Aug 2007 08:46:56 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
3:30df88044ec6 4:b82b59fe008d
1 ;;; -*- Mode: Emacs-Lisp -*- 1 ;;; -*- Mode: Emacs-Lisp -*-
2 2
3 ;;; ilisp.el -- 3 ;;; ilisp.el --
4 4
5 ;;; This file is part of ILISP. 5 ;;; This file is part of ILISP.
6 ;;; Version: 5.7 6 ;;; Version: 5.8
7 ;;; 7 ;;;
8 ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell 8 ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell
9 ;;; 1993, 1994 Ivan Vasquez 9 ;;; 1993, 1994 Ivan Vasquez
10 ;;; 1994, 1995 Marco Antoniotti and Rick Busdiecker 10 ;;; 1994, 1995, 1996 Marco Antoniotti and Rick Busdiecker
11 ;;; 1996 Marco Antoniotti and Rick Campbell
11 ;;; 12 ;;;
12 ;;; Other authors' names for which this Copyright notice also holds 13 ;;; Other authors' names for which this Copyright notice also holds
13 ;;; may appear later in this file. 14 ;;; may appear later in this file.
14 ;;; 15 ;;;
15 ;;; Send mail to 'ilisp-request@lehman.com' to be included in the 16 ;;; Send mail to 'ilisp-request@naggum.no' to be included in the
16 ;;; ILISP mailing list. 'ilisp@lehman.com' is the general ILISP 17 ;;; ILISP mailing list. 'ilisp@naggum.no' is the general ILISP
17 ;;; mailing list were bugs and improvements are discussed. 18 ;;; mailing list were bugs and improvements are discussed.
18 ;;; 19 ;;;
19 ;;; ILISP is freely redistributable under the terms found in the file 20 ;;; ILISP is freely redistributable under the terms found in the file
20 ;;; COPYING. 21 ;;; COPYING.
21 22
22 23
23 24
24 ;;; Author: Chris McConnell <ccm@cs.cmu.edu> 25 ;;; Author: Chris McConnell <ccm@cs.cmu.edu>
25 ;;; Maintainer: The Net <ilisp@lehman.com> 26 ;;; Maintainer: The Net <ilisp@naggum.no>
26 ;;; Created: 14 Jun 1994 27 ;;; Created: 14 Jun 1994
27 ;;; Version: 5.7 28 ;;; Version: 5.8
28 ;;; Keywords: lisp common-lisp scheme comint 29 ;;; Keywords: lisp common-lisp scheme comint
29 30
30 ;;; This file may become part of GNU Emacs in the near future. 31 ;;; This file may become part of GNU Emacs in the near future.
31 32
32 ;;; GNU Emacs is distributed in the hope that it will be useful, 33 ;;; GNU Emacs is distributed in the hope that it will be useful,
114 (load "ilcompat") 115 (load "ilcompat")
115 116
116 (load "comint-ipc") 117 (load "comint-ipc")
117 118
118 ;; This is optional -- used only by io-bridge-ilisp 119 ;; This is optional -- used only by io-bridge-ilisp
119 (load "bridge") 120 (if (not (and (eq +ilisp-emacs-version-id+ 'fsf-19)
121 (>= +ilisp-emacs-minor-version-number+ 29)))
122 (load "bridge"))
120 123
121 (if (load "ilisp-all.elc" t) 124 (if (load "ilisp-all.elc" t)
122 t 125 t
123 (progn ; I know it is useless in Elisp. 126 (progn ; I know it is useless in Elisp.
124 (load "ilisp-def") 127 (load "ilisp-def")