From: Kenichi Handa <handa@m17n.org>
To: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: load_charset warning
Date: Fri, 01 May 2009 21:17:34 +0900 [thread overview]
Message-ID: <E1LzrgM-0003et-3Q@etlken> (raw)
In-Reply-To: <20090501110629.GC37259@orion.local> (message from Emanuele Giaquinta on Fri, 1 May 2009 13:06:29 +0200)
In article <20090501110629.GC37259@orion.local>, Emanuele Giaquinta <emanuele.giaquinta@gmail.com> writes:
> I also noticed a useless assignment to for_encoder, see attached patch.
> Emanuele Giaquinta
> --WhfpMioaduB5tiZL
> Content-Type: text/x-diff; charset=us-ascii
> Content-Disposition: attachment; filename="load_charset_map.diff"
> diff --git a/src/charset.c b/src/charset.c
> index 15975a4..7d9bc2f 100644
> --- a/src/charset.c
> +++ b/src/charset.c
> @@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, control_flag)
> {
> memset (temp_charset_work->table.decoder, -1,
> sizeof (int) * 0x10000);
> - temp_charset_work->for_encoder = 0;
> }
> else
> {
Thank you. I committed that change too.
---
Kenichi Handa
handa@m17n.org
prev parent reply other threads:[~2009-05-01 12:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-01 10:40 load_charset warning Emanuele Giaquinta
2009-05-01 10:56 ` Kenichi Handa
2009-05-01 11:06 ` Emanuele Giaquinta
2009-05-01 12:17 ` Kenichi Handa [this message]
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=E1LzrgM-0003et-3Q@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
--cc=emanuele.giaquinta@gmail.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.