projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950931d
)
(subr-fboundp): Use `defun' instead of `defsubst'.
author
shuhei-k
<shuhei-k>
Sun, 16 May 1999 07:47:21 +0000
(07:47 +0000)
committer
shuhei-k
<shuhei-k>
Sun, 16 May 1999 07:47:21 +0000
(07:47 +0000)
poe.el
patch
|
blob
|
history
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))))