emacs-gpu/doc
Daiki Ueno 47e0e31932 Generalize start-process with keyword args
* src/process.c (Fmake_process): New function.
(create_process, create_pty): Check p->pty_flag instead of
Vprocess_connection_type.
(syms_of_process): Register QCcommand, QCconnection_type, Qpty,
Qpipe, and Smake_process.  Unregister Sstart_process.

* lisp/subr.el (start-process): New function, ported from the C
implementation.

* doc/lispref/processes.texi (Asynchronous Processes): Mention
`make-process'.

* etc/NEWS: Mention `make-process'.
2015-03-23 16:27:29 +09:00
..
emacs Merge from origin/emacs-24 2015-03-18 11:45:36 -07:00
lispintro Spacing and punctuation fixes 2015-03-17 16:56:21 -07:00
lispref Generalize start-process with keyword args 2015-03-23 16:27:29 +09:00
man Bump version to 24.4.91 2015-03-08 16:17:36 +01:00
misc Merge from origin/emacs-24 2015-03-18 11:45:36 -07:00