Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5445ab06
Commit
5445ab06
authored
Dec 11, 2008
by
Dan Nicolaescu
Browse files
(WCONTINUED): New compatibility define for older systems.
parent
4d0e7fe3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+4
-0
No files found.
lib-src/ChangeLog
View file @
5445ab06
2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change)
* emacsclient.c (WCONTINUED): New compatibility define for older systems.
2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
* emacsclient.c (main): Fix previous change.
...
...
lib-src/emacsclient.c
View file @
5445ab06
...
...
@@ -54,6 +54,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
# define CLOSE_SOCKET close
# define INITIALIZE()
# ifndef WCONTINUED
# define WCONTINUED 8
# endif
#endif
/* !WINDOWSNT */
#undef signal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment