/[emacs]/emacs/src/callproc.c
ViewVC logotype

Diff of /emacs/src/callproc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.197 by rms, Sun May 18 15:10:00 2003 UTC revision 1.198 by fx, Mon Jun 2 18:46:55 2003 UTC
# Line 42  extern int errno; Line 42  extern int errno;
42  #endif  #endif
43    
44  #include <sys/file.h>  #include <sys/file.h>
45  #ifdef USG5  #ifdef HAVE_FCNTL_H
46  #define INCLUDED_FCNTL  #define INCLUDED_FCNTL
47  #include <fcntl.h>  #include <fcntl.h>
48  #endif  #endif
# Line 1672  Each element should be a string of the f Line 1672  Each element should be a string of the f
1672  If multiple entries define the same variable, the first one always  If multiple entries define the same variable, the first one always
1673  takes precedence.  takes precedence.
1674  The environment which Emacs inherits is placed in this variable  The environment which Emacs inherits is placed in this variable
1675  when Emacs starts.  */);  when Emacs starts.
1676    Non-ASCII characters are encoded according to the initial value of
1677    `locale-coding-system', i.e. the elements must normally be decoded for use.
1678    See `setenv' and `getenv'.  */);
1679    
1680  #ifndef VMS  #ifndef VMS
1681    defsubr (&Scall_process);    defsubr (&Scall_process);

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26