comparison lisp/efs/efs-dos-distinct.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-dos-distinct.el 4 ;; File: efs-dos-distinct.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: Distinct's DOS FTP server support for efs 8 ;; Description: Distinct's DOS FTP server support for efs
9 ;; Author: Sandy Rutherford <sandy@tsmi19.sissa.it> 9 ;; Author: Sandy Rutherford <sandy@tsmi19.sissa.it>
10 ;; Created: Fri Jan 15 22:20:32 1993 by sandy on ibm550 10 ;; Created: Fri Jan 15 22:20:32 1993 by sandy on ibm550
11 ;; Modified: Sun Nov 27 18:30:04 1994 by sandy on gandalf 11 ;; Modified: Sun Nov 27 18:30:04 1994 by sandy on gandalf
21 (require 'efs) 21 (require 'efs)
22 22
23 (defconst efs-dos-distinct-version 23 (defconst efs-dos-distinct-version
24 (concat (substring "$efs release: 1.15 $" 14 -2) 24 (concat (substring "$efs release: 1.15 $" 14 -2)
25 "/" 25 "/"
26 (substring "$Revision: 1.1 $" 11 -2))) 26 (substring "#Revision: 1.1 $" 11 -2)))
27 27
28 ;;;; ----------------------------------------------------------------- 28 ;;;; -----------------------------------------------------------------
29 ;;;; Distinct's DOS FTP server support for efs 29 ;;;; Distinct's DOS FTP server support for efs
30 ;;;; ----------------------------------------------------------------- 30 ;;;; -----------------------------------------------------------------
31 31