diff lisp/efs/efs-auto.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 8619ce7e4c50
children 7d55a9ba150c
line wrap: on
line diff
--- a/lisp/efs/efs-auto.el	Mon Aug 13 09:21:56 2007 +0200
+++ b/lisp/efs/efs-auto.el	Mon Aug 13 09:23:06 2007 +0200
@@ -3,11 +3,12 @@
 ;;
 ;; File:         efs-auto.el
 ;; Release:      $efs release: 1.15 $
-;; Version:      $Revision: 1.2 $
+;; Version:      #Revision: 1.7 $
 ;; RCS:          
 ;; Description:  Simple way of autoloading efs
 ;; Author:       Andy Norman, Dawn
 ;; Created:      Thu Sep 24 09:50:08 1992
+;; Modified:     Sun Nov 27 11:45:28 1994 by sandy on gandalf
 ;; Language:     Emacs-Lisp
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -16,7 +17,7 @@
 ;;; (it's copylefted) and warrranty (there isn't one) information.
   
 ;;; Provides a way of autoloading efs. To use this, just put
-;;; (require 'efs-auto in your .emacs file.
+;;; (require 'efs-auto) in your .emacs file.
 ;;;
 ;;; The Bad News:
 ;;; 
@@ -36,7 +37,7 @@
 (defconst efs-auto-version
   (concat (substring "$efs release: 1.15 $" 14 -2)
 	  "/"
-	  (substring "$Revision: 1.2 $" 11 -2)))
+	  (substring "#Revision: 1.7 $" 11 -2)))
 
 ;;; Interactive functions that should be accessible from here.