diff options
| author | Dave Love | 2003-05-04 15:46:26 +0000 |
|---|---|---|
| committer | Dave Love | 2003-05-04 15:46:26 +0000 |
| commit | da6b532cb0e3295b4dd75bd82031472a7760d795 (patch) | |
| tree | d85f039ab638333a561e734b19c8d98d07c728e8 /src | |
| parent | 407a1f19be6a984b36376737bb96870f8704e839 (diff) | |
| download | emacs-da6b532cb0e3295b4dd75bd82031472a7760d795.tar.gz emacs-da6b532cb0e3295b4dd75bd82031472a7760d795.zip | |
Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 537 | 537 | ||
| 538 | if (len == 2) | 538 | if (len == 2) |
| 539 | { | 539 | { |
| 540 | charset = emacs_mule_charset[buf[0]; | 540 | charset = emacs_mule_charset[buf[0]]; |
| 541 | code = buf[1] & 0x7F; | 541 | code = buf[1] & 0x7F; |
| 542 | } | 542 | } |
| 543 | else if (len == 3) | 543 | else if (len == 3) |