Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-coke.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8b8b7f3559a2 |
children |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
1 ;; -*-Emacs-Lisp-*- | 1 ;; -*-Emacs-Lisp-*- |
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
3 ;; | 3 ;; |
4 ;; File: efs-coke.el | 4 ;; File: efs-coke.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: Coke Machine support for efs | 8 ;; Description: Coke Machine support for efs |
9 ;; Author: Sandy Rutherford <sandy@imb550.sissa.it> | 9 ;; Author: Sandy Rutherford <sandy@imb550.sissa.it> |
10 ;; Created: Fri Oct 14 23:55:04 1994 by sandy on ibm550 | 10 ;; Created: Fri Oct 14 23:55:04 1994 by sandy on ibm550 |
11 ;; Modified: Sun Nov 27 12:16:47 1994 by sandy on gandalf | 11 ;; Modified: Sun Nov 27 12:16:47 1994 by sandy on gandalf |
20 (require 'efs) | 20 (require 'efs) |
21 | 21 |
22 (defconst efs-coke-version | 22 (defconst efs-coke-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 ;;;; Coke Machine support | 28 ;;;; Coke Machine support |
29 ;;;; ------------------------------------------------------------ | 29 ;;;; ------------------------------------------------------------ |
30 ;;; | 30 ;;; |