Mercurial > hg > xemacs-beta
diff lisp/unicode.el @ 4560:017044266245
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 25 May 2008 22:06:30 +0200 |
parents | 6812571bfcb9 a78d697ccd2c |
children | 26aae3bacf99 |
line wrap: on
line diff
--- a/lisp/unicode.el Wed May 21 21:49:19 2008 +0200 +++ b/lisp/unicode.el Sun May 25 22:06:30 2008 +0200 @@ -506,7 +506,7 @@ ;; point). Make them available to user code. (defvar unicode-error-default-translation-table (loop - with char-table = (make-char-table 'char) + with char-table = (make-char-table 'generic) for i from ?\x00 to ?\xFF initially (unless (featurep 'mule) (return)) do