emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Mon, 04 Mar 2002 19:09:15 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.439 emacs/src/fileio.c:1.440
*** emacs/src/fileio.c:1.439    Tue Feb 26 13:41:36 2002
--- emacs/src/fileio.c  Sun Mar  3 16:55:33 2002
***************
*** 980,986 ****
  
  There is a race condition between calling `make-temp-name' and creating the
  file which opens all kinds of security holes.  For that reason, you should
! probably use `make-temp-file' instead.  */)
       (prefix)
       Lisp_Object prefix;
  {
--- 980,990 ----
  
  There is a race condition between calling `make-temp-name' and creating the
  file which opens all kinds of security holes.  For that reason, you should
! probably use `make-temp-file' instead, except in three circumstances:
! 
! * If you are creating the file in the user's home directory.
! * If you are creating a directory rather than an ordinary file.
! * If you are taking special precautions as `make-temp-file' does.  */)
       (prefix)
       Lisp_Object prefix;
  {



reply via email to

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