* bug of encode_coding_sjis_big5
@ 2002-05-09 23:36 Kenichi Handa
2002-05-10 8:56 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Kenichi Handa @ 2002-05-09 23:36 UTC (permalink / raw)
There's a bug in encode_coding_sjis_big5 (coding.c).
At line 3047, we have this line:
if (!coding->mode & CODING_MODE_SELECTIVE_DISPLAY)
but "coding->mode & CODING_..." must be surrounded by '('
and ')'.
Could someone please fix it (both in HEAD and RC)?
---
Ken'ichi HANDA
handa@etl.go.jp
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bug of encode_coding_sjis_big5
2002-05-09 23:36 bug of encode_coding_sjis_big5 Kenichi Handa
@ 2002-05-10 8:56 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2002-05-10 8:56 UTC (permalink / raw)
Cc: emacs-devel
> From: Kenichi Handa <handa@etl.go.jp>
> Date: Fri, 10 May 2002 08:36:57 +0900 (JST)
>
> At line 3047, we have this line:
> if (!coding->mode & CODING_MODE_SELECTIVE_DISPLAY)
> but "coding->mode & CODING_..." must be surrounded by '('
> and ')'.
>
> Could someone please fix it (both in HEAD and RC)?
Done, on both counts.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-10 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-09 23:36 bug of encode_coding_sjis_big5 Kenichi Handa
2002-05-10 8:56 ` Eli Zaretskii
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.