From: Lars Magne Ingebrigtsen Date: Sat, 15 Apr 2006 16:01:35 +0000 (+0000) Subject: 2006-04-15 NAKAJI Hiroyuki (tiny change) X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=120047ea3ef8c0cd0a44a4b87e5bff0f5ea4a386;p=gnus 2006-04-15 NAKAJI Hiroyuki (tiny change) * smiley.el (smiley-style): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc127eeb9..da87674c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-04-15 NAKAJI Hiroyuki (tiny change) + + * smiley.el (smiley-style): Fix typo. + 2006-04-15 Lars Magne Ingebrigtsen * hashcash.el (hashcash-insert-payment-async-2): Use diff --git a/lisp/smiley.el b/lisp/smiley.el index c26c67cbc..e2a1b853a 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -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)