comparison src/editfns.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 41dbb7a9d5f2
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
43 #include "line-number.h" 43 #include "line-number.h"
44 44
45 #include "systime.h" 45 #include "systime.h"
46 #include "sysdep.h" 46 #include "sysdep.h"
47 #include "syspwd.h" 47 #include "syspwd.h"
48 #include "sysfile.h" /* for getcwd */
48 49
49 /* Some static data, and a function to initialize it for each run */ 50 /* Some static data, and a function to initialize it for each run */
50 51
51 Lisp_Object Vsystem_name; /* #### - I don't see why this should be */ 52 Lisp_Object Vsystem_name; /* #### - I don't see why this should be */
52 /* static, either... --Stig */ 53 /* static, either... --Stig */