comparison src/callproc.c @ 1596:0e105bd23f44

* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: Added VMS changes from Roland Roberts.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 00:54:53 +0000
parents e074a2236b00
children 62ecf0c5b54c
comparison
equal deleted inserted replaced
1595:ac1be1d32868 1596:0e105bd23f44
627 The environment which Emacs inherits is placed in this variable\n\ 627 The environment which Emacs inherits is placed in this variable\n\
628 when Emacs starts."); 628 when Emacs starts.");
629 629
630 #ifndef VMS 630 #ifndef VMS
631 defsubr (&Scall_process); 631 defsubr (&Scall_process);
632 #endif
633 defsubr (&Sgetenv); 632 defsubr (&Sgetenv);
633 #endif
634 defsubr (&Scall_process_region); 634 defsubr (&Scall_process_region);
635 } 635 }