diff options
-rw-r--r-- | lisp/gnuspost.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index a19e850ba5d..3e1737039f6 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -116,10 +116,10 @@ If prefix argument YANK is non-nil, original article is yanked automatically." ;;; Post a News using NNTP ;;;###autoload -(fset 'sendnews 'gnus-post-news) +(defalias 'sendnews 'gnus-post-news) ;;;###autoload -(fset 'postnews 'gnus-post-news) +(defalias 'postnews 'gnus-post-news) ;;;###autoload (defun gnus-post-news () |