Import Oort Gnus v0.19.
[elisp/gnus.git-] / lisp / mm-view.el
index 47daf7c..05c4df8 100644 (file)
@@ -327,7 +327,7 @@ map.")))
     (if entry
        (setq func (cdr entry)))
     (cond
-     ((gnus-functionp func)
+     ((functionp func)
       (funcall func handle))
      (t
       (apply (car func) handle (cdr func))))))