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
c801ad51
Commit
c801ad51
authored
Sep 20, 2007
by
Jason Rumney
Browse files
(main) [SIGSTOP]: Change conditional from WINDOWSNT.
parent
fb1b68a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
c801ad51
2007-09-20 Jason Rumney <jasonr@gnu.org>
* emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (current_frame): Change the default.
...
...
lib-src/emacsclient.c
View file @
c801ad51
...
...
@@ -1491,7 +1491,7 @@ main (argc, argv)
fprintf
(
stderr
,
"*ERROR*: %s"
,
str
);
needlf
=
str
[
0
]
==
'\0'
?
needlf
:
str
[
strlen
(
str
)
-
1
]
!=
'\n'
;
}
#if
n
def
WINDOWSNT
#ifdef
SIGSTOP
else
if
(
strprefix
(
"-suspend "
,
string
))
{
/* -suspend: Suspend this terminal, i.e., stop the process. */
...
...
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