Mercurial > hg > xemacs-beta
diff src/unicode.c @ 5119:d877c14318b3 ben-lisp-object
merge in latest-fix changes
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 26 Dec 2009 21:22:48 -0600 |
| parents | c12b646d84ee |
| children | b3ea9c582280 |
line wrap: on
line diff
--- a/src/unicode.c Sat Dec 26 21:18:49 2009 -0600 +++ b/src/unicode.c Sat Dec 26 21:22:48 2009 -0600 @@ -2945,8 +2945,10 @@ Lisp_Object skip_chars_range_table, result = Qnil; enum query_coding_failure_reasons failed_reason, previous_failed_reason = query_coding_succeeded; - int checked_unicode, invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START, - invalid_upper_limit, unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys); + int checked_unicode, + invalid_lower_limit = UNICODE_ERROR_OCTET_RANGE_START, + invalid_upper_limit = -1, + unicode_type = XCODING_SYSTEM_UNICODE_TYPE (codesys); if (flags & QUERY_METHOD_HIGHLIGHT && /* If we're being called really early, live without highlights getting
