Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ad913a1
Commit
1ad913a1
authored
May 26, 2014
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xfns.c (Fx_window_property): Remove unused local.
parent
c3e7b943
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/xfns.c
src/xfns.c
+1
-2
No files found.
src/ChangeLog
View file @
1ad913a1
2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
* xfns.c (Fx_window_property): Remove unused local.
Don't kill already-reaped process (Bug#17561).
* process.c (process_send_signal): Fix race condition where a
subprocess was reaped by a signal handler between the check for
...
...
src/xfns.c
View file @
1ad913a1
...
...
@@ -4652,7 +4652,6 @@ no value of TYPE (always string in the MS Windows case). */)
{
struct
frame
*
f
=
decode_window_system_frame
(
frame
);
Atom
prop_atom
;
int
rc
;
Lisp_Object
prop_value
=
Qnil
;
Atom
target_type
=
XA_STRING
;
Window
target_window
=
FRAME_X_WINDOW
(
f
);
...
...
@@ -4699,7 +4698,7 @@ no value of TYPE (always string in the MS Windows case). */)
vector_ret_p
,
&
found
);
}
unblock_input
();
UNGCPRO
;
...
...
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