comparison lisp/efs/efs-dired.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 8fc7fe29b841
children 8b8b7f3559a2
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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.1 $ 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.1 $" 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