diff lisp/textmodes/=ispell4.el @ 2571:b65cf676a09b

All fsets changed to defaliases.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 23 Apr 1993 06:51:44 +0000
parents 10e417efb12a
children 00f822101e49
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el	Fri Apr 23 06:50:51 1993 +0000
+++ b/lisp/textmodes/=ispell4.el	Fri Apr 23 06:51:44 1993 +0000
@@ -268,7 +268,7 @@
 	 (ispell-next))))
 
 ;;;###autoload
-(fset 'ispell-buffer 'ispell)
+(defalias 'ispell-buffer 'ispell)
 
 (defun ispell-next ()
   "Resume command loop for most recent ispell command."