(inline): Use `defalias' instead of `defalias-maybe'.
authormorioka <morioka>
Tue, 24 Aug 1999 04:49:17 +0000 (04:49 +0000)
committermorioka <morioka>
Tue, 24 Aug 1999 04:49:17 +0000 (04:49 +0000)
poe-18.el

index 9b021bf..4a91e94 100644 (file)
--- a/poe-18.el
+++ b/poe-18.el
@@ -142,7 +142,7 @@ Associates the function with the current load file, if any."
 ;;;  macros; they are "nuked" by rms in FSF version.)
 
 (put 'inline 'lisp-indent-hook 0)
-(defalias-maybe 'inline 'progn)
+(defalias 'inline 'progn)
 
 (put 'defsubst 'lisp-indent-hook 'defun)
 (put 'defsubst 'edebug-form-spec 'defun)