From: morioka Date: Fri, 13 Nov 1998 12:42:04 +0000 (+0000) Subject: Move macro `defsubst' to poe.el. X-Git-Tag: apel-9_11~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e59e15463fa56e60460a3ab990627f93b7175b8d;p=elisp%2Fapel.git Move macro `defsubst' to poe.el. --- diff --git a/poe-18.el b/poe-18.el index f816d57..3265110 100644 --- a/poe-18.el +++ b/poe-18.el @@ -93,11 +93,6 @@ Associates the function with the current load file, if any. ;;; @ Compilation Features ;;; -(defmacro-maybe defsubst (name arglist &rest body) - "Define an inline function. The syntax is just like that of `defun'." - (cons 'defun (cons name (cons arglist body))) - ) - (defmacro-maybe eval-and-compile (&rest body) "Like `progn', but evaluates the body at compile time and at load time." ;; Remember, it's magic.