changeset 9349:444f99f9695e

(sendnews, postnews): Use defalias.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Oct 1994 02:07:55 +0000
parents c4ccb2502ebf
children 85b9cce28fd3
files lisp/=gnuspost.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=gnuspost.el	Wed Oct 05 20:35:40 1994 +0000
+++ b/lisp/=gnuspost.el	Thu Oct 06 02:07:55 1994 +0000
@@ -116,10 +116,10 @@
 ;;; 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 ()