From 76420671e6edcf5e94500f398318cb427ec85659 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 21 Jul 1998 16:49:44 +0000 Subject: [PATCH] (install-detect-elisp-directory): Modify for anything older than Emacs 19.28. --- install.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.el b/install.el index 1b9b927..4995610 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" -- 1.7.10.4