From: Dave Love Date: Sun, 4 May 2003 15:46:26 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da6b532cb0e3295b4dd75bd82031472a7760d795;p=emacs.git Fix last change. --- diff --git a/src/lread.c b/src/lread.c index 7a0559cf649..7e4ed5272e8 100644 --- a/src/lread.c +++ b/src/lread.c @@ -537,7 +537,7 @@ read_emacs_mule_char (c, readbyte, readcharfun) if (len == 2) { - charset = emacs_mule_charset[buf[0]; + charset = emacs_mule_charset[buf[0]]; code = buf[1] & 0x7F; } else if (len == 3)