Mercurial > hg > xemacs-beta
view lisp/ilisp/ilisp-xls.el @ 58:8b0bdfdf0cf0 r19-16-pre4
Import from CVS: tag r19-16-pre4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:58:37 +0200 |
parents | b82b59fe008d |
children |
line wrap: on
line source
;;; -*-Mode: Emacs-Lisp-*- ;;; ilisp-xls.el -- ;;; This file is part of ILISP. ;;; Version: 5.8 ;;; ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell ;;; 1993, 1994 Ivan Vasquez ;;; 1994, 1995, 1996 Marco Antoniotti and Rick Busdiecker ;;; 1996 Marco Antoniotti and Rick Campbell ;;; ;;; Other authors' names for which this Copyright notice also holds ;;; may appear later in this file. ;;; ;;; Send mail to 'ilisp-request@naggum.no' to be included in the ;;; ILISP mailing list. 'ilisp@naggum.no' is the general ILISP ;;; mailing list were bugs and improvements are discussed. ;;; ;;; ILISP is freely redistributable under the terms found in the file ;;; COPYING. ;;; ;;; ILISP Xlisp and Xlisp-Stat dialect definition ;;; ;;; Thanks to John Walker for supplying this file. (defdialect xlisp "Xlisp" ilisp (setq ilisp-load-command "(load \"%s\")" ilisp-last-command "*") ) (if (not xlisp-program) (setq xlisp-program "xlisp")) ;;;%%Xlisp-Stat (defdialect xlispstat "Xlisp-Stat" xlisp (setq ilisp-binary-extension "fsl" ;; ilisp-describe-command "(help %s)")) )) (if (not xlispstat-program) (setq xlispstat-program "xlispstat")) ;;; endo of file -- ilisp-xls.el --