Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f9b9adb
Commit
2f9b9adb
authored
May 24, 2012
by
Ken Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/callproc.c (Fcall_process): Restore a line that was accidentally commented out (bug#11547).
parent
52c55cc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/callproc.c
src/callproc.c
+1
-1
No files found.
src/ChangeLog
View file @
2f9b9adb
2012-05-24 Ken Brown <kbrown@cornell.edu>
* callproc.c (Fcall_process): Restore a line that was accidentally
commented out in the 2011-02-13 change (bug#11547).
2012-05-23 Eli Zaretskii <eliz@gnu.org>
* lisp.h [REL_ALLOC]: Add prototypes for external functions
...
...
src/callproc.c
View file @
2f9b9adb
...
...
@@ -640,7 +640,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */)
/* GConf causes us to ignore SIGPIPE, make sure it is restored
in the child. */
//
signal (SIGPIPE, SIG_DFL);
signal
(
SIGPIPE
,
SIG_DFL
);
#ifdef HAVE_WORKING_VFORK
pthread_sigmask
(
SIG_SETMASK
,
&
procmask
,
0
);
#endif
...
...
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