Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-ti-twenex.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 8fc7fe29b841 |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
1 ;; -*-Emacs-Lisp-*- | 1 ;; -*-Emacs-Lisp-*- |
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
3 ;; | 3 ;; |
4 ;; File: efs-ti-twenex.el | 4 ;; File: efs-ti-twenex.el |
5 ;; Release: $efs release: 1.15 $ | 5 ;; Release: $efs release: 1.15 $ |
6 ;; Version: $Revision: 1.1 $ | 6 ;; Version: $Revision: 1.2 $ |
7 ;; RCS: | 7 ;; RCS: |
8 ;; Description: Support for a TI lisp machine in Twenex emulation mode. | 8 ;; Description: Support for a TI lisp machine in Twenex emulation mode. |
9 ;; Author: Jamie Zawinski <jwz@lucid.com> | 9 ;; Author: Jamie Zawinski <jwz@lucid.com> |
10 ;; Created: Thu Dec 17 15:04:14 1992 | 10 ;; Created: Thu Dec 17 15:04:14 1992 |
11 ;; Modified: Sun Nov 27 18:43:17 1994 by sandy on gandalf | 11 ;; Modified: Sun Nov 27 18:43:17 1994 by sandy on gandalf |
20 (require 'efs) | 20 (require 'efs) |
21 | 21 |
22 (defconst efs-ti-twenex-version | 22 (defconst efs-ti-twenex-version |
23 (concat (substring "$efs release: 1.15 $" 14 -2) | 23 (concat (substring "$efs release: 1.15 $" 14 -2) |
24 "/" | 24 "/" |
25 (substring "$Revision: 1.1 $" 11 -2))) | 25 (substring "$Revision: 1.2 $" 11 -2))) |
26 | 26 |
27 ;;;; ------------------------------------------------------------ | 27 ;;;; ------------------------------------------------------------ |
28 ;;;; Twenex support. | 28 ;;;; Twenex support. |
29 ;;;; ------------------------------------------------------------ | 29 ;;;; ------------------------------------------------------------ |
30 ;;; Written for an explorer in ti-twenex mode. Twenex is supposed to be just | 30 ;;; Written for an explorer in ti-twenex mode. Twenex is supposed to be just |