sxemacs-devel
[Top] [All Lists]

EFS breakage...

From: Steve Youngs <steve@xxxxxxxxxxx>
Subject: EFS breakage...
Date: Wed, 15 Dec 2004 09:25:29 +1000
Organization: The SXEmacs Project
User-agent: Gnus/5.110003 (No Gnus v0.3) sxemacs/22.1
...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>---|

Attachment: pgpGujoecIoW7.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
  • EFS breakage..., Steve Youngs <=