Mercurial > hg > xemacs-beta
diff src/mule-charset.c @ 565:e9162e1ea200
[xemacs-hg @ 2001-05-24 09:53:05 by yoshiki]
Fix build on Linux with MULE.
* mule-ccl.c (Qccl_error): New error
* mule-ccl.c (syms_of_mule_ccl): Initialize Qccl_error.
* mule-charset.c (Fmake_charset): Call signal_error.
author | yoshiki |
---|---|
date | Thu, 24 May 2001 09:53:18 +0000 |
parents | 183866b06e0b |
children | 190b164ddcac |
line wrap: on
line diff
--- a/src/mule-charset.c Thu May 24 09:37:30 2001 +0000 +++ b/src/mule-charset.c Thu May 24 09:53:18 2001 +0000 @@ -784,8 +784,10 @@ if (!NILP (CHARSET_BY_ATTRIBUTES (type, final, CHARSET_LEFT_TO_RIGHT)) || !NILP (CHARSET_BY_ATTRIBUTES (type, final, CHARSET_RIGHT_TO_LEFT))) - error - ("Character set already defined for this DIMENSION/CHARS/FINAL combo"); + signal_error + (Qerror, + "Character set already defined for this DIMENSION/CHARS/FINAL combo", + Qunbound); id = get_unallocated_leading_byte (dimension);