Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-nos-ve.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8fc7fe29b841 |
children |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
1 ;; -*-Emacs-Lisp-*- | 1 ;; -*-Emacs-Lisp-*- |
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
3 ;; | 3 ;; |
4 ;; File: efs-nos-ve.el | 4 ;; File: efs-nos-ve.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: efs support for NOS/VE | 8 ;; Description: efs support for NOS/VE |
9 ;; Authors: Sandy Rutherford <sandy@ibm550.sissa,it> | 9 ;; Authors: Sandy Rutherford <sandy@ibm550.sissa,it> |
10 ;; Created: Fri Aug 19 04:57:09 1994 by sandy on ibm550 | 10 ;; Created: Fri Aug 19 04:57:09 1994 by sandy on ibm550 |
11 ;; Modified: Sun Nov 27 18:39:43 1994 by sandy on gandalf | 11 ;; Modified: Sun Nov 27 18:39:43 1994 by sandy on gandalf |
24 ;;; providing imformation and testing. | 24 ;;; providing imformation and testing. |
25 | 25 |
26 (defconst efs-nos-ve-version | 26 (defconst efs-nos-ve-version |
27 (concat (substring "$efs release: 1.15 $" 14 -2) | 27 (concat (substring "$efs release: 1.15 $" 14 -2) |
28 "/" | 28 "/" |
29 (substring "$Revision: 1.1 $" 11 -2))) | 29 (substring "#Revision: 1.2 $" 11 -2))) |
30 | 30 |
31 ;;;;--------------------------------------------------------------- | 31 ;;;;--------------------------------------------------------------- |
32 ;;;; NOS/VE support for efs | 32 ;;;; NOS/VE support for efs |
33 ;;;;--------------------------------------------------------------- | 33 ;;;;--------------------------------------------------------------- |
34 | 34 |