Remove several gnus-util compat functions
* lisp/gnus/gnus-util.el (gnus-set-process-query-on-exit-flag): Remove. (gnus-read-shell-command): Remove. (gnus-match-substitute-replacement): Remove. (gnus-string-match-p): Remove. (gnus-string-prefix-p): Remove.
This commit is contained in:
parent
9bcefcf0b0
commit
9efc29a2df
12 changed files with 26 additions and 78 deletions
|
@ -1302,7 +1302,7 @@ If SEND-IF-FORCE, only send authinfo to the server if the
|
|||
;; Use TCP-keepalive so that connections that pass through a NAT router
|
||||
;; don't hang when left idle.
|
||||
(set-network-process-option process :keepalive t))
|
||||
(gnus-set-process-query-on-exit-flag process nil)
|
||||
(set-process-query-on-exit-flag process nil)
|
||||
(if (and (nntp-wait-for process "^2.*\n" buffer nil t)
|
||||
(memq (process-status process) '(open run)))
|
||||
(prog1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue