Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-fnh.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | 8b8b7f3559a2 |
children |
comparison
equal
deleted
inserted
replaced
47:11c6df210d7f | 48:56c54cf7c5b6 |
---|---|
19 | 19 |
20 (defconst efs-fnh-version | 20 (defconst efs-fnh-version |
21 (concat (substring "$efs release: 1.15 $" 14 -2) | 21 (concat (substring "$efs release: 1.15 $" 14 -2) |
22 "/" | 22 "/" |
23 (substring "#Revision: 1.3 $" 11 -2))) | 23 (substring "#Revision: 1.3 $" 11 -2))) |
24 | |
25 ;;;###autoload | |
26 (defvar allow-remote-paths t | |
27 "*Set this to nil if you don't want remote paths to access | |
28 remote files.") | |
24 | 29 |
25 ;;;; ---------------------------------------------------------------- | 30 ;;;; ---------------------------------------------------------------- |
26 ;;;; Loading emacs version files | 31 ;;;; Loading emacs version files |
27 ;;;; ---------------------------------------------------------------- | 32 ;;;; ---------------------------------------------------------------- |
28 | 33 |