+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]:
(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)))