From 13ddd6cfda00173ecd78bb3992136b94b12a9bd8 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 24 Aug 1999 04:49:17 +0000 Subject: [PATCH] (inline): Use `defalias' instead of `defalias-maybe'. --- poe-18.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4