summaryrefslogtreecommitdiff
path: root/lisp/gnus/spam-report.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-02-13 17:40:34 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-13 17:40:34 +1100
commit9efc29a2dfda67c2e6b6693a6cb06a19fbdccaeb (patch)
tree2ee4a813f66d95e3bd6d960229c9f26c4fbbd199 /lisp/gnus/spam-report.el
parent9bcefcf0b0bcb860f432299c8e6cf109d07ee8ef (diff)
downloademacs-9efc29a2dfda67c2e6b6693a6cb06a19fbdccaeb.tar.gz
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.
Diffstat (limited to 'lisp/gnus/spam-report.el')
-rw-r--r--lisp/gnus/spam-report.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el
index 0b58dc8c25b..88854e04253 100644
--- a/lisp/gnus/spam-report.el
+++ b/lisp/gnus/spam-report.el
@@ -255,7 +255,7 @@ This is initialized based on `user-mail-address'."
80))
(error "Could not open connection to %s" host))
(set-marker (process-mark tcp-connection) (point-min))
- (gnus-set-process-query-on-exit-flag tcp-connection nil)
+ (set-process-query-on-exit-flag tcp-connection nil)
(process-send-string
tcp-connection
(format "GET %s HTTP/1.1\nUser-Agent: %s\nHost: %s\n\n"