summaryrefslogtreecommitdiff
path: root/lisp/=gnuspost.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
commit143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98 (patch)
tree3c363720c5107ef66d9a45deb3ba3ee3cf42855f /lisp/=gnuspost.el
parentef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (diff)
downloademacs-143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98.tar.gz
All fsets changed to defaliases.
Diffstat (limited to 'lisp/=gnuspost.el')
-rw-r--r--lisp/=gnuspost.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/=gnuspost.el b/lisp/=gnuspost.el
index bb436b5501d..b252f27dcf9 100644
--- a/lisp/=gnuspost.el
+++ b/lisp/=gnuspost.el
@@ -115,9 +115,9 @@ 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 ()
"Begin editing a new USENET news article to be posted.