comparison lisp/efs/efs-dired.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 4be1180a9e89
children 7d55a9ba150c
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
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.3 $ 6 ;; Version: #Revision: 1.31 $
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.3 $" 11 -2))) 28 (substring "#Revision: 1.31 $" 11 -2)))
29 29
30 ;;;; ---------------------------------------------------------------- 30 ;;;; ----------------------------------------------------------------
31 ;;;; User Configuration Variables 31 ;;;; User Configuration Variables
32 ;;;; ---------------------------------------------------------------- 32 ;;;; ----------------------------------------------------------------
33 33