...identical to Dired breakage. Both packages have the same
maintainer, coincidence do you think?
The fix...
--- efs-fnh.el.orig 2004-12-15 09:24:23.000000000 +1000
+++ efs-fnh.el 2004-12-15 08:34:35.000000000 +1000
@@ -37,7 +37,7 @@
(unwind-protect
(let ((xemacsp (string-match "XEmacs" emacs-version))
ver subver)
- (or (string-match "^\\([0-9]+\\)\\.\\([0-9]+\\)" emacs-version)
+ (or (string-match "\\([0-9]+\\)\\.\\([0-9]+\\)" emacs-version)
(error "efs does not work with emacs version %s" emacs-version))
(setq ver (string-to-int (substring emacs-version
(match-beginning 1)
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve@xxxxxxxxxxx>---|
pgpGujoecIoW7.pgp
Description: PGP signature
|