Mercurial > hg > xemacs-beta
diff src/process.c @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/src/process.c Mon Aug 13 09:21:56 2007 +0200 +++ b/src/process.c Mon Aug 13 09:23:06 2007 +0200 @@ -1195,6 +1195,8 @@ } else { + /* #### dmoore - file-directory-p can call lisp, make sure everything + here protects itself. */ if (!NILP (Ffile_directory_p (program))) error ("Specified program for new process is a directory"); }