[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: temp file hole?
From: |
Michael Albinus |
Subject: |
Re: temp file hole? |
Date: |
Thu, 04 Oct 2007 16:49:50 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
I wrote:
> The other reason why I have switched from make-temp-file to
> make-temp-name is that make-temp-file creates a file without the
> possibility to declare a file name extension.
This is true for Emacs 21. For Emacs 22/23, I can use make-temp-file
as it is, of course.
Best regards, Michael.