Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
41:5d6df4963a99 | 42:8b8b7f3559a2 |
---|---|
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.7 $ | 6 ;; Version: #Revision: 1.7 $ |
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 | 11 ;; Modified: Sun Nov 27 11:45:28 1994 by sandy on gandalf |
35 (require 'efs-fnh) | 35 (require 'efs-fnh) |
36 | 36 |
37 (defconst efs-auto-version | 37 (defconst efs-auto-version |
38 (concat (substring "$efs release: 1.15 $" 14 -2) | 38 (concat (substring "$efs release: 1.15 $" 14 -2) |
39 "/" | 39 "/" |
40 (substring "$Revision: 1.7 $" 11 -2))) | 40 (substring "#Revision: 1.7 $" 11 -2))) |
41 | 41 |
42 ;;; Interactive functions that should be accessible from here. | 42 ;;; Interactive functions that should be accessible from here. |
43 | 43 |
44 (autoload 'efs-report-bug "efs-report" "Submit a bug report for efs." t) | 44 (autoload 'efs-report-bug "efs-report" "Submit a bug report for efs." t) |
45 (autoload | 45 (autoload |