* poe.el (make-temp-file) [no make-temp-file, single-user system]:
authorteranisi <teranisi>
Thu, 29 May 2003 11:19:56 +0000 (11:19 +0000)
committerteranisi <teranisi>
Thu, 29 May 2003 11:19:56 +0000 (11:19 +0000)
Modified for OS/2.

ChangeLog
poe.el

index 6db3f37..4f889a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * poe.el (make-temp-file) [no make-temp-file, single-user system]:
+       Modified for OS/2.
+
 2003-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * install.el (install-prefix): Change value for Meadow2 and NTEmacs.
diff --git a/poe.el b/poe.el
index 94a192f..8231606 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -1660,7 +1660,7 @@ If SUFFIX is non-nil, add that at the end of the file name."
 (cond
  ;; must be load-time check to share .elc between different systems.
  ((fboundp 'make-temp-file))
- ((memq system-type '(windows-nt ms-dos))
+ ((memq system-type '(windows-nt ms-dos OS/2 emx))
   ;; For single-user systems:
   (defun-maybe make-temp-file (prefix &optional dir-flag suffix)
     "Create a temporary file.