X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=install.el;h=0ddda7edc5897bfeee5327f500cf4cefa2814569;hb=7ac33fd4acbdd20e941426c25ee6ab4e086a9211;hp=84b63d637ddd3bef09f896f6a88b4c408823807d;hpb=775c54d313e41a257012eaf3f11d0d30e1cb5f79;p=elisp%2Fapel.git diff --git a/install.el b/install.el index 84b63d6..0ddda7e 100644 --- a/install.el +++ b/install.el @@ -146,8 +146,9 @@ (defvar install-prefix (if (or (<= emacs-major-version 18) (featurep 'xemacs) - (and (boundp 'system-configuration-options) ; 19.29 or later - (string= system-configuration-options "NT"))) ; for Meadow + (featurep 'meadow) ; for Meadow + (and (eq system-type 'windows-nt) ; for NTEmacs + (>= emacs-major-version 20))) (expand-file-name "../../.." exec-directory) (expand-file-name "../../../.." data-directory)))