]> granicus.if.org Git - python/commit
(py-emacs-features): Test for working make-temp-name, which is broken
authorBarry Warsaw <barry@python.org>
Wed, 5 Nov 1997 18:41:11 +0000 (18:41 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 5 Nov 1997 18:41:11 +0000 (18:41 +0000)
commit5e21cb0bfb116658bc1c566fc284408c90dcbdad
treeebd314418c7147c702a23d42c1e7c007e0809b5f
parent2bd358c9fd0e3357f24d6d1232583a2436a8b10f
(py-emacs-features): Test for working make-temp-name, which is broken
on NTEmacs 19.34.6.

(py-serial-number): New variable.

(py-execute-region): If make-temp-name is broken, simply append a
serial number to the string "python-" to get a temporary file name.
It's possible concurrent NTEmacs can step on each others toes, but it
makes no sense to further coddle a busted NTEmacs.
Misc/python-mode.el