aboutsummaryrefslogtreecommitdiff
path: root/src/interp/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/property.lisp')
-rw-r--r--src/interp/property.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/property.lisp b/src/interp/property.lisp
index 10c0f2ac..e0330995 100644
--- a/src/interp/property.lisp
+++ b/src/interp/property.lisp
@@ -126,6 +126,6 @@
(FLAG '(* + AND OR PROGN) 'NARY)
-(MAKEPROP 'INTEGER 'ISFUNCTION 'FIXP)
+(MAKEPROP 'INTEGER 'ISFUNCTION 'INTEGERP)
(MAKEPROP '|Integer| '|isFunction| '|IsInteger|)
(MAKEPROP '|Boolean| '|isFunction| '|isBoolean|)