emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callproc.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Thu, 05 Jun 2003 08:31:47 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.197 emacs/src/callproc.c:1.198
*** emacs/src/callproc.c:1.197  Sun May 18 11:10:00 2003
--- emacs/src/callproc.c        Mon Jun  2 14:46:55 2003
***************
*** 42,48 ****
  #endif
  
  #include <sys/file.h>
! #ifdef USG5
  #define INCLUDED_FCNTL
  #include <fcntl.h>
  #endif
--- 42,48 ----
  #endif
  
  #include <sys/file.h>
! #ifdef HAVE_FCNTL_H
  #define INCLUDED_FCNTL
  #include <fcntl.h>
  #endif
***************
*** 1672,1678 ****
  If multiple entries define the same variable, the first one always
  takes precedence.
  The environment which Emacs inherits is placed in this variable
! when Emacs starts.  */);
  
  #ifndef VMS
    defsubr (&Scall_process);
--- 1672,1681 ----
  If multiple entries define the same variable, the first one always
  takes precedence.
  The environment which Emacs inherits is placed in this variable
! when Emacs starts.
! Non-ASCII characters are encoded according to the initial value of
! `locale-coding-system', i.e. the elements must normally be decoded for use.
! See `setenv' and `getenv'.  */);
  
  #ifndef VMS
    defsubr (&Scall_process);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]