Mercurial > emacs
changeset 11837:49c4d8910dfc
(gnus-expunge): Use defalias.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 17 May 1995 20:35:23 +0000 |
parents | 3795b80ba1de |
children | 92a61e91ec05 |
files | lisp/=gnus.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=gnus.el Wed May 17 20:29:52 1995 +0000 +++ b/lisp/=gnus.el Wed May 17 20:35:23 1995 +0000 @@ -5317,7 +5317,7 @@ (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.