]> git.eshelyaron.com Git - emacs.git/commit
Avoid using obsolete accept-process-output arg
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jan 2019 22:08:41 +0000 (14:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jan 2019 22:09:11 +0000 (14:09 -0800)
commit2a3bd6798e9670828f0402079fcc116d6d6b042d
treefaed45fcd905138435b9100758f5bcc44e60ec3a
parent9fc02ff5ea95c31a8d81eabb5634aa135fcd8786
Avoid using obsolete accept-process-output arg

* lisp/gnus/nnheader.el (nnheader-accept-process-output):
* lisp/net/dns.el (dns-query):
* lisp/net/imap.el (imap-wait-for-tag):
* lisp/net/network-stream.el (network-stream-get-response):
* lisp/net/pop3.el (pop3-accept-process-output):
* lisp/obsolete/starttls.el (starttls-negotiate-gnutls)
(starttls-open-stream-gnutls):
* lisp/server.el (server-eval-at):
* lisp/textmodes/ispell.el (ispell-accept-output):
Do not depend on the obsolete milliseconds argument of
accept-process-output.
lisp/gnus/nnheader.el
lisp/net/dns.el
lisp/net/imap.el
lisp/net/network-stream.el
lisp/net/pop3.el
lisp/obsolete/starttls.el
lisp/server.el
lisp/textmodes/ispell.el