aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 847665da596..75381b02576 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -5317,7 +5317,7 @@ Timezone package is used."
5317 (progn (search-forward "\n\n" nil 'move) (point))) 5317 (progn (search-forward "\n\n" nil 'move) (point)))
5318 (mail-fetch-field field)))) 5318 (mail-fetch-field field))))
5319 5319
5320(fset 'gnus-expunge 'gnus-summary-delete-marked-with) 5320(defalias 'gnus-expunge 'gnus-summary-delete-marked-with)
5321 5321
5322(defun gnus-kill (field regexp &optional command all) 5322(defun gnus-kill (field regexp &optional command all)
5323 "If FIELD of an article matches REGEXP, execute COMMAND. 5323 "If FIELD of an article matches REGEXP, execute COMMAND.