diff lisp/gnus/gnus-util.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children 59463afc5666
line wrap: on
line diff
--- a/lisp/gnus/gnus-util.el	Mon Aug 13 09:23:08 2007 +0200
+++ b/lisp/gnus/gnus-util.el	Mon Aug 13 09:24:17 2007 +0200
@@ -89,7 +89,8 @@
 (defsubst gnus-functionp (form)
   "Return non-nil if FORM is funcallable."
   (or (and (symbolp form) (fboundp form))
-      (and (listp form) (eq (car form) 'lambda))))
+      (and (listp form) (eq (car form) 'lambda))
+      (compiled-function-p form)))
 
 (defsubst gnus-goto-char (point)
   (and point (goto-char point)))