comparison lisp/efs/efs-auto.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents 8fc7fe29b841
children 9f59509498e1
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
1 ;; -*-Emacs-Lisp-*- 1 ;; -*-Emacs-Lisp-*-
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;; 3 ;;
4 ;; File: efs-auto.el 4 ;; File: efs-auto.el
5 ;; Release: $efs release: 1.15 $ 5 ;; Release: $efs release: 1.15 $
6 ;; Version: $Revision: 1.1 $ 6 ;; Version: $Revision: 1.2 $
7 ;; RCS: 7 ;; RCS:
8 ;; Description: Simple way of autoloading efs 8 ;; Description: Simple way of autoloading efs
9 ;; Author: Andy Norman, Dawn 9 ;; Author: Andy Norman, Dawn
10 ;; Created: Thu Sep 24 09:50:08 1992 10 ;; Created: Thu Sep 24 09:50:08 1992
11 ;; Modified: Sun Nov 27 11:45:28 1994 by sandy on gandalf
12 ;; Language: Emacs-Lisp 11 ;; Language: Emacs-Lisp
13 ;; 12 ;;
14 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15 14
16 ;;; This file is part of efs. See efs.el for copyright 15 ;;; This file is part of efs. See efs.el for copyright
35 (require 'efs-fnh) 34 (require 'efs-fnh)
36 35
37 (defconst efs-auto-version 36 (defconst efs-auto-version
38 (concat (substring "$efs release: 1.15 $" 14 -2) 37 (concat (substring "$efs release: 1.15 $" 14 -2)
39 "/" 38 "/"
40 (substring "$Revision: 1.1 $" 11 -2))) 39 (substring "$Revision: 1.2 $" 11 -2)))
41 40
42 ;;; Interactive functions that should be accessible from here. 41 ;;; Interactive functions that should be accessible from here.
43 42
44 (autoload 'efs-report-bug "efs-report" "Submit a bug report for efs." t) 43 (autoload 'efs-report-bug "efs-report" "Submit a bug report for efs." t)
45 (autoload 44 (autoload