(subr-fboundp): Use `defun' instead of `defsubst'.
authorshuhei-k <shuhei-k>
Sun, 16 May 1999 07:47:21 +0000 (07:47 +0000)
committershuhei-k <shuhei-k>
Sun, 16 May 1999 07:47:21 +0000 (07:47 +0000)
poe.el

diff --git a/poe.el b/poe.el
index d2d4910..eeb41e2 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -143,7 +143,7 @@ See also the function `defconst'."
                                   everything-else)))
               (put (quote (, name)) 'defmacro-maybe t))))))
 
-(defsubst subr-fboundp (symbol)
+(defun subr-fboundp (symbol)
   "Return t if SYMBOL's function definition is a built-in function."
   (and (fboundp symbol)
        (subrp (symbol-function symbol))))