diff options
| author | Paul Eggert | 2014-05-04 12:37:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-04 12:37:56 -0700 |
| commit | 3e9fa60a5c99568817a12a1011b0e61cce5d3a67 (patch) | |
| tree | 831a801351db662f324d0709bf1fee718eda63e9 /lib-src | |
| parent | bbdcf64f499636ba9567e8fed8f209e06380352c (diff) | |
| parent | 61febcb6e32860575316b8a539a2e9f13f70e3c2 (diff) | |
| download | emacs-3e9fa60a5c99568817a12a1011b0e61cce5d3a67.tar.gz emacs-3e9fa60a5c99568817a12a1011b0e61cce5d3a67.zip | |
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 94ba8f4a9c2..b16f881c4de 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) | ||
| 4 | * emacsclient.c (WCONTINUED): Move to ../src/syswait.h. | ||
| 5 | |||
| 1 | 2014-04-30 Glenn Morris <rgm@gnu.org> | 6 | 2014-04-30 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in ($(DESTDIR)${archlibdir}): | 8 | * Makefile.in ($(DESTDIR)${archlibdir}): |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index bd0aa121836..a1177f54576 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -65,10 +65,6 @@ char *w32_getenv (char *); | |||
| 65 | # define CLOSE_SOCKET close | 65 | # define CLOSE_SOCKET close |
| 66 | # define INITIALIZE() | 66 | # define INITIALIZE() |
| 67 | 67 | ||
| 68 | # ifndef WCONTINUED | ||
| 69 | # define WCONTINUED 8 | ||
| 70 | # endif | ||
| 71 | |||
| 72 | #define egetenv(VAR) getenv(VAR) | 68 | #define egetenv(VAR) getenv(VAR) |
| 73 | 69 | ||
| 74 | #endif /* !WINDOWSNT */ | 70 | #endif /* !WINDOWSNT */ |