From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62835 Path: news.gmane.org!not-for-mail From: NAKAJI Hiroyuki Newsgroups: gmane.emacs.gnus.general Subject: smiley.el typo? Date: Sun, 16 Apr 2006 00:54:48 +0900 Message-ID: <86lku6rfzr.fsf@ra333.heimat.gr.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145116745 30185 80.91.229.2 (15 Apr 2006 15:59:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Apr 2006 15:59:05 +0000 (UTC) Original-X-From: ding-owner+m11362@lists.math.uh.edu Sat Apr 15 17:59:02 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUnAp-0004RU-5B for ding-account@gmane.org; Sat, 15 Apr 2006 17:58:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FUnAc-0001m6-00; Sat, 15 Apr 2006 10:58:46 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FUn6w-0001m1-00 for ding@lists.math.uh.edu; Sat, 15 Apr 2006 10:54:58 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FUn6u-0008Ji-RK for ding@lists.math.uh.edu; Sat, 15 Apr 2006 10:54:58 -0500 Original-Received: from www.heimat.gr.jp ([221.186.186.9]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FUn6t-0008I5-00; Sat, 15 Apr 2006 17:54:56 +0200 Original-Received: from ra333.heimat.gr.jp.takamatsu-nct.ac.jp ([IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.13.6/8.13.6) with ESMTP id k3FFsmwb009939; Sun, 16 Apr 2006 00:54:48 +0900 (JST) (envelope-from nakaji@takamatsu-nct.ac.jp) Original-To: ding@gnus.org, Lars Magne Ingebrigtsen User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (berkeley-unix) X-Virus-Scanned: by amavisd-new X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62835 Archived-At: 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