From 0f1bb4dc485c20e65e767e29cb3df8eba98eea6c Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 4 Sep 2000 03:29:00 +0000 Subject: [PATCH] Fix the last change. --- lisp/liece-clfns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/liece-clfns.el b/lisp/liece-clfns.el index 28e6f7e..d80c564 100644 --- 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) -- 1.7.10.4