]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendnews, postnews): Use defalias.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 02:07:55 +0000 (02:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Oct 1994 02:07:55 +0000 (02:07 +0000)
lisp/gnuspost.el

index a19e850ba5d6936e7cb6b1cce2fe578f2c80dc72..3e1737039f6b2f66333ee2ccb70f5b73c29dd81a 100644 (file)
@@ -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 ()