comparison src/editfns.c @ 372:481e29c1e27e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 02 Aug 1991 02:24:35 +0000
parents 9b1e9b496441
children 129e6320092c
comparison
equal deleted inserted replaced
371:54ac13a6f74e 372:481e29c1e27e
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21 #include "config.h" 21 #include "config.h"
22
23 #ifdef VMS
24 #include "pwd.h"
25 #else
22 #include <pwd.h> 26 #include <pwd.h>
27 #endif
28
23 #include "lisp.h" 29 #include "lisp.h"
24 #include "buffer.h" 30 #include "buffer.h"
25 #include "window.h" 31 #include "window.h"
26 32
27 #ifdef NEED_TIME_H 33 #ifdef NEED_TIME_H