From e59e15463fa56e60460a3ab990627f93b7175b8d Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Nov 1998 12:42:04 +0000 Subject: [PATCH] Move macro `defsubst' to poe.el. --- poe-18.el | 5 ----- 1 file changed, 5 deletions(-) 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. -- 1.7.10.4