bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10403: epg--make-temp-file permissions race condition fixes


From: Stefan Monnier
Subject: bug#10403: epg--make-temp-file permissions race condition fixes
Date: Sat, 07 Jan 2012 13:19:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

> Could you review the patch posted by Paul?  Thanks.
> Paul Eggert <eggert@cs.ucla.edu> writes:

BTW, why copy the code from poe.el rather than from Emacs itself?
Also, why use `eval-and-compile' since the function is not used
during compilation?
I think what you wanted to do instead is

(defalias (if (fboundp 'make-temp-file) 'make-temp-file
            (lambda (...) ...the copied fallback code...)))


-- Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]