/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.439 by eliz, Tue Feb 26 18:41:36 2002 UTC revision 1.440 by rms, Sun Mar 3 21:55:33 2002 UTC
# Line 980  PREFIX should be an absolute file name. Line 980  PREFIX should be an absolute file name.
980    
981  There is a race condition between calling `make-temp-name' and creating the  There is a race condition between calling `make-temp-name' and creating the
982  file which opens all kinds of security holes.  For that reason, you should  file which opens all kinds of security holes.  For that reason, you should
983  probably use `make-temp-file' instead.  */)  probably use `make-temp-file' instead, except in three circumstances:
984    
985    * If you are creating the file in the user's home directory.
986    * If you are creating a directory rather than an ordinary file.
987    * If you are taking special precautions as `make-temp-file' does.  */)
988       (prefix)       (prefix)
989       Lisp_Object prefix;       Lisp_Object prefix;
990  {  {

Legend:
Removed from v.1.439  
changed lines
  Added in v.1.440

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26