Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-tops-20.el @ 42:8b8b7f3559a2 r19-15b104
Import from CVS: tag r19-15b104
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:51 +0200 |
parents | 8fc7fe29b841 |
children |
comparison
equal
deleted
inserted
replaced
41:5d6df4963a99 | 42:8b8b7f3559a2 |
---|---|
1 ;; -*-Emacs-Lisp-*- | 1 ;; -*-Emacs-Lisp-*- |
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
3 ;; | 3 ;; |
4 ;; File: efs-tops-20.el | 4 ;; File: efs-tops-20.el |
5 ;; Release: $efs release: 1.15 $ | 5 ;; Release: $efs release: 1.15 $ |
6 ;; Version: $Revision: 1.1 $ | 6 ;; Version: #Revision: 1.1 $ |
7 ;; RCS: | 7 ;; RCS: |
8 ;; Description: TOPS-20 support for efs | 8 ;; Description: TOPS-20 support for efs |
9 ;; Author: Sandy Rutherford <sandy@math.ubc.ca, sandy@itp.ethz.ch> | 9 ;; Author: Sandy Rutherford <sandy@math.ubc.ca, sandy@itp.ethz.ch> |
10 ;; Created: Fri Oct 23 08:52:00 1992 | 10 ;; Created: Fri Oct 23 08:52:00 1992 |
11 ;; Modified: Sun Nov 27 18:43:45 1994 by sandy on gandalf | 11 ;; Modified: Sun Nov 27 18:43:45 1994 by sandy on gandalf |
20 (provide 'efs-tops-20) | 20 (provide 'efs-tops-20) |
21 | 21 |
22 (defconst efs-tops-20-version | 22 (defconst efs-tops-20-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.1 $" 11 -2))) |
26 | 26 |
27 ;;;; ------------------------------------------------------------ | 27 ;;;; ------------------------------------------------------------ |
28 ;;;; TOPS-20 support | 28 ;;;; TOPS-20 support |
29 ;;;; ------------------------------------------------------------ | 29 ;;;; ------------------------------------------------------------ |
30 | 30 |