From: morioka Date: Mon, 13 Apr 1998 16:20:24 +0000 (+0000) Subject: Sync up with APEL 8.2. X-Git-Tag: apel-unify-8_2~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7242df5f7dd8ad37a39ea405d83578126c8076a7;p=elisp%2Fapel.git Sync up with APEL 8.2. --- diff --git a/ChangeLog b/ChangeLog index 94032a9..3cc5b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-04-13 MORIOKA Tomohiko + + * README.en (What's APEL?): Remove description about std11.el and + std11-parse.el. + + * install.el (install-detect-elisp-directory): Modify regexp to + allow trailing `/'. + 1998-04-11 MORIOKA Tomohiko * emu-x20.el (encode-mime-charset-region): Use 'defun instead of diff --git a/Makefile b/Makefile index 52c1d47..8e97c3f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 8.0 +VERSION = 8.2 TAR = tar RM = /bin/rm -f diff --git a/README.en b/README.en index d56753a..fe7f7ea 100644 --- a/README.en +++ b/README.en @@ -1,6 +1,6 @@ [README for APEL (English Version)] by MORIOKA Tomohiko -$Id: README.en,v 1.9 1998-03-08 22:42:42 shuhei-k Exp $ +$Id: README.en,v 1.9.2.1 1998-04-13 16:19:44 morioka Exp $ What's APEL? ============ @@ -39,10 +39,6 @@ What's APEL? mule-caesar.el: ROT 13-47-48 Caesar rotation utility - std11: RFC 822/STD 11 parser and utility - std11.el --- main module - std11-parse.el --- parser - Installation ============ diff --git a/install.el b/install.el index 70a1714..1b9b927 100644 --- a/install.el +++ b/install.el @@ -166,9 +166,9 @@ dir) (while (setq dir (car rest)) (if (string-match - (concat "^" - (expand-file-name (concat ".*/" elisp-prefix) prefix) - "$") + `,(concat "^" + (expand-file-name (concat ".*/" elisp-prefix) prefix) + "/?$") dir) (if (or allow-version-specific (not (string-match (format "%d\\.%d"