* install.el (install-prefix): Change value for Meadow2 and NTEmacs.
authorteranisi <teranisi>
Thu, 22 May 2003 04:01:33 +0000 (04:01 +0000)
committerteranisi <teranisi>
Thu, 22 May 2003 04:01:33 +0000 (04:01 +0000)
ChangeLog
install.el

index 4d7226f..6db3f37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * install.el (install-prefix): Change value for Meadow2 and NTEmacs.
+
 2003-05-20  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * poe.el (make-temp-file) [no make-temp-file, multi-user system]:
index 84b63d6..0ddda7e 100644 (file)
 (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)))