2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 15 Apr 2006 16:01:35 +0000 (16:01 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 15 Apr 2006 16:01:35 +0000 (16:01 +0000)
* smiley.el (smiley-style): Fix typo.

lisp/ChangeLog
lisp/smiley.el

index dc127ee..da87674 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
+
+       * smiley.el (smiley-style): Fix typo.
+
 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * hashcash.el (hashcash-insert-payment-async-2): Use
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)