comparison lisp/efs/efs-dired.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children 9f59509498e1
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1 ;; -*-Emacs-Lisp-*- 1 ;; -*-Emacs-Lisp-*-
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;; 3 ;;
4 ;; File: efs-dired.el 4 ;; File: efs-dired.el
5 ;; Release: $efs release: 1.15 $ 5 ;; Release: $efs release: 1.15 $
6 ;; Version: $Revision: 1.2 $ 6 ;; Version: $Revision: 1.3 $
7 ;; RCS: 7 ;; RCS:
8 ;; Description: Extends much of Dired to work under efs. 8 ;; Description: Extends much of Dired to work under efs.
9 ;; Authors: Sebastian Kremer <sk@thp.uni-koeln.de>, 9 ;; Authors: Sebastian Kremer <sk@thp.uni-koeln.de>,
10 ;; Andy Norman <ange@hplb.hpl.hp.com>, 10 ;; Andy Norman <ange@hplb.hpl.hp.com>,
11 ;; Sandy Rutherford <sandy@ibm550.sissa.it> 11 ;; Sandy Rutherford <sandy@ibm550.sissa.it>
23 (autoload 'dired-shell-call-process "dired-shell") 23 (autoload 'dired-shell-call-process "dired-shell")
24 24
25 (defconst efs-dired-version 25 (defconst efs-dired-version
26 (concat (substring "$efs release: 1.15 $" 14 -2) 26 (concat (substring "$efs release: 1.15 $" 14 -2)
27 "/" 27 "/"
28 (substring "$Revision: 1.2 $" 11 -2))) 28 (substring "$Revision: 1.3 $" 11 -2)))
29 29
30 ;;;; ---------------------------------------------------------------- 30 ;;;; ----------------------------------------------------------------
31 ;;;; User Configuration Variables 31 ;;;; User Configuration Variables
32 ;;;; ---------------------------------------------------------------- 32 ;;;; ----------------------------------------------------------------
33 33