Move macro `defsubst' to poe.el.
authormorioka <morioka>
Fri, 13 Nov 1998 12:42:04 +0000 (12:42 +0000)
committermorioka <morioka>
Fri, 13 Nov 1998 12:42:04 +0000 (12:42 +0000)
poe-18.el

index f816d57..3265110 100644 (file)
--- 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.