Mercurial > emacs
view nt/inc/sys/file.h @ 26872:ea588757e607
(Vtext_property_default_nonsticky): New variable
(syms_of_textprop): Declare it as a Lisp variable.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 15 Dec 1999 00:21:42 +0000 (1999-12-15) |
parents | 841b8916e3b2 |
children | 69b7e5c8da03 |
line wrap: on
line source
/* * sys\file.h doesn't exist on NT - only needed for these constants */ #define F_OK 0 #define X_OK 1 #define W_OK 2 #define R_OK 4 #define D_OK 8