comparison lisp/efs/efs-ti-explorer.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-ti-explorer.el 4 ;; File: efs-ti-explorer.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: Explorer support for efs 8 ;; Description: Explorer support for efs
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:42:47 1994 by sandy on gandalf 11 ;; Modified: Sun Nov 27 18:42:47 1994 by sandy on gandalf
20 (require 'efs) 20 (require 'efs)
21 21
22 (defconst efs-ti-explorer-version 22 (defconst efs-ti-explorer-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 ;;;; Explorer support. 28 ;;;; Explorer support.
29 ;;;; ------------------------------------------------------------ 29 ;;;; ------------------------------------------------------------
30 30