(install-detect-elisp-directory): Modify for anything older than Emacs
authormorioka <morioka>
Tue, 21 Jul 1998 16:49:44 +0000 (16:49 +0000)
committermorioka <morioka>
Tue, 21 Jul 1998 16:49:44 +0000 (16:49 +0000)
19.28.

install.el

index 1b9b927..4995610 100644 (file)
           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"