diff options
| author | Jim Blandy | 1991-07-24 23:47:06 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-07-24 23:47:06 +0000 |
| commit | 9b7828a5ad16b476e9359bfbe020e0bbc6cf3831 (patch) | |
| tree | dbee7356669b9f9dc41b8bd06ecaf40d51c768ca /src/fileio.c | |
| parent | b10a43799500bb04ab70cca9e780262fda5812fe (diff) | |
| download | emacs-9b7828a5ad16b476e9359bfbe020e0bbc6cf3831.tar.gz emacs-9b7828a5ad16b476e9359bfbe020e0bbc6cf3831.zip | |
*** empty log message ***
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7727448feb4..b6035656d09 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -63,8 +63,10 @@ extern int sys_nerr; | |||
| 63 | 63 | ||
| 64 | #ifdef HPUX | 64 | #ifdef HPUX |
| 65 | #include <netio.h> | 65 | #include <netio.h> |
| 66 | #ifndef HPUX8 | ||
| 66 | #include <errnet.h> | 67 | #include <errnet.h> |
| 67 | #endif | 68 | #endif |
| 69 | #endif | ||
| 68 | 70 | ||
| 69 | #ifndef O_WRONLY | 71 | #ifndef O_WRONLY |
| 70 | #define O_WRONLY 1 | 72 | #define O_WRONLY 1 |
| @@ -2014,13 +2016,9 @@ before the error is signaled.") | |||
| 2014 | 2016 | ||
| 2015 | signal_after_change (point, 0, inserted); | 2017 | signal_after_change (point, 0, inserted); |
| 2016 | 2018 | ||
| 2017 | { | 2019 | RETURN_UNGCPRO (Fcons (filename, |
| 2018 | Lisp_Object result = Fcons (filename, | 2020 | Fcons (make_number (inserted), |
| 2019 | Fcons (make_number (inserted), | 2021 | Qnil))); |
| 2020 | Qnil)); | ||
| 2021 | UNGCPRO; | ||
| 2022 | return result; | ||
| 2023 | } | ||
| 2024 | } | 2022 | } |
| 2025 | 2023 | ||
| 2026 | DEFUN ("write-region", Fwrite_region, Swrite_region, 3, 5, | 2024 | DEFUN ("write-region", Fwrite_region, Swrite_region, 3, 5, |