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
8b9fc636
Commit
8b9fc636
authored
Aug 14, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(create_pty): Fix last change.
parent
86a0ed4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+6
-1
No files found.
src/ChangeLog
View file @
8b9fc636
2009-08-14 Eli Zaretskii <eliz@gnu.org>
* process.c (create_pty): Fix last change.
2009-08-13 Chong Yidong <cyd@stupidchicken.com>
* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
...
...
src/process.c
View file @
8b9fc636
...
...
@@ -2355,7 +2355,12 @@ create_pty (process)
max_process_desc = inchannel;
XPROCESS (process)->pid = -2;
XPROCESS (process)->tty_name = build_string (pty_name);
#ifdef HAVE_PTYS
if (pty_flag)
XPROCESS (process)->tty_name = build_string (pty_name);
else
#endif
XPROCESS (process)->tty_name = Qnil;
}
...
...
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