diff lisp/efs/efs-auto.el @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents 7e54bd776075
children 56c54cf7c5b6
line wrap: on
line diff
--- a/lisp/efs/efs-auto.el	Mon Aug 13 08:54:26 2007 +0200
+++ b/lisp/efs/efs-auto.el	Mon Aug 13 08:54:51 2007 +0200
@@ -3,7 +3,7 @@
 ;;
 ;; File:         efs-auto.el
 ;; Release:      $efs release: 1.15 $
-;; Version:      $Revision: 1.7 $
+;; Version:      #Revision: 1.7 $
 ;; RCS:          
 ;; Description:  Simple way of autoloading efs
 ;; Author:       Andy Norman, Dawn
@@ -37,7 +37,7 @@
 (defconst efs-auto-version
   (concat (substring "$efs release: 1.15 $" 14 -2)
 	  "/"
-	  (substring "$Revision: 1.7 $" 11 -2)))
+	  (substring "#Revision: 1.7 $" 11 -2)))
 
 ;;; Interactive functions that should be accessible from here.