Gnus development mailing list
 help / color / mirror / Atom feed
From: NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp>
Subject: smiley.el typo?
Date: Sun, 16 Apr 2006 00:54:48 +0900	[thread overview]
Message-ID: <86lku6rfzr.fsf@ra333.heimat.gr.jp> (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



             reply	other threads:[~2006-04-15 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-15 15:54 NAKAJI Hiroyuki [this message]
2006-04-15 16:01 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86lku6rfzr.fsf@ra333.heimat.gr.jp \
    --to=nakaji@takamatsu-nct.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).