From: morioka Date: Tue, 24 Aug 1999 04:49:17 +0000 (+0000) Subject: (inline): Use `defalias' instead of `defalias-maybe'. X-Git-Tag: apel-9_21~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=13ddd6cfda00173ecd78bb3992136b94b12a9bd8;p=elisp%2Fapel.git (inline): Use `defalias' instead of `defalias-maybe'. --- diff --git a/poe-18.el b/poe-18.el index 9b021bf..4a91e94 100644 --- 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)