diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-17 20:35:23 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-17 20:35:23 +0000 |
commit | 73c017045aeb8f666869cd15519f1249fff9812e (patch) | |
tree | cefb92a9235092e8e2871176f5cb2c60054c6761 /lisp/gnus.el | |
parent | 809a2f57c2e685ec6cf227a43c9e22637f3a3b5c (diff) | |
download | emacs-73c017045aeb8f666869cd15519f1249fff9812e.tar.gz |
(gnus-expunge): Use defalias.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r-- | lisp/gnus.el | 2 |
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. |