projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a623e92
)
Fix the last change.
author
ueno
<ueno>
Mon, 4 Sep 2000 03:29:00 +0000
(
03:29
+0000)
committer
ueno
<ueno>
Mon, 4 Sep 2000 03:29:00 +0000
(
03:29
+0000)
lisp/liece-clfns.el
patch
|
blob
|
history
diff --git
a/lisp/liece-clfns.el
b/lisp/liece-clfns.el
index
28e6f7e
..
d80c564
100644
(file)
--- a/
lisp/liece-clfns.el
+++ b/
lisp/liece-clfns.el
@@
-33,7
+33,7
@@
(defun liece-clfns-subr-fboundp (symbol)
"Return t if SYMBOL's function definition is a basic function."
(and (fboundp symbol)
- (or (subrp (symbol-function symbol-function))
+ (or (subrp (symbol-function symbol))
(string-equal (symbol-file symbol) "subr"))))
(if (featurep 'xemacs)