summaryrefslogtreecommitdiff
path: root/lisp/=gnus.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-17 20:35:23 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-17 20:35:23 +0000
commita92cbe82061554f361cfd30e84f55eb2b5b30144 (patch)
treea8e8f048abb6af2f8c13f5aebbd830269424afa7 /lisp/=gnus.el
parent763087c94cf896be869e72e459c5e834e1b0a5b2 (diff)
downloademacs-a92cbe82061554f361cfd30e84f55eb2b5b30144.tar.gz
(gnus-expunge): Use defalias.
Diffstat (limited to 'lisp/=gnus.el')
-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."
(progn (search-forward "\n\n" nil 'move) (point)))
(mail-fetch-field field))))
-(fset 'gnus-expunge 'gnus-summary-delete-marked-with)
+(defalias 'gnus-expunge 'gnus-summary-delete-marked-with)
(defun gnus-kill (field regexp &optional command all)
"If FIELD of an article matches REGEXP, execute COMMAND.