Gnus development mailing list
 help / color / mirror / Atom feed
* smiley.el typo?
@ 2006-04-15 15:54 NAKAJI Hiroyuki
  2006-04-15 16:01 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: NAKAJI Hiroyuki @ 2006-04-15 15:54 UTC (permalink / raw)


Lars, did you forget a "p"?

Index: smiley.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/smiley.el,v
retrieving revision 7.14
diff -u -u -r7.14 smiley.el
--- smiley.el	15 Apr 2006 11:13:50 -0000	7.14
+++ smiley.el	15 Apr 2006 15:52:57 -0000
@@ -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)
-- 
NAKAJI Hiroyuki



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-15 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15 15:54 smiley.el typo? NAKAJI Hiroyuki
2006-04-15 16:01 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).