X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fsmiley.el;h=2e3010104bd37d621304658b5f362422e97ede10;hp=b0f194893b5096ad735e25773bfd70513456dec5;hb=8bb7e608b8882835443703f5b8e5f4b40d3ae035;hpb=deae55005518481a1090d817fde571a264b1d5db diff --git a/lisp/smiley.el b/lisp/smiley.el index b0f194893..2e3010104 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -62,7 +62,7 @@ (defcustom smiley-style (if (or (and (fboundp 'face-attribute) - (>= (face-attribute 'default :height) 160)) + (>= (eval '(face-attribute 'default :height)) 160)) (and (fboundp 'face-height) (>= (face-height 'default) 14))) 'medium