Autoload epa-select-keys when compiling.
[gnus] / lisp / smiley.el
index c26c67c..e2a1b85 100644 (file)
@@ -63,7 +63,7 @@
 (defcustom smiley-style
   (if (or (and (fboundp 'face-attribute)
               (>= (face-attribute 'default :height) 160))
-         (and (fbound 'face-height)
+         (and (fboundp 'face-height)
               (>= (face-height 'default) 14)))
       'medium
     'low-color)