Mercurial > emacs
view nt/inc/sys/file.h @ 15914:68b9d495fe4f
Sat Aug 24 23:32:02 1996 Lars Magne Ingebrigtsen <larsi@ylfing.ifi.uio.no>
* gnus.el (gnus-group-enter-directory): Would temporarily bind
`nneething-read-only', shadowing the proper `defvar'.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sat, 24 Aug 1996 21:38:59 +0000 |
parents | cc3c8961d60a |
children | 841b8916e3b2 |
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