diff src/ChangeLog @ 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 001628b7a5b3
children 4a2749e56f92
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 24 09:37:30 2001 +0000
+++ b/src/ChangeLog	Thu May 24 09:53:18 2001 +0000
@@ -1,3 +1,9 @@
+2001-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+	* 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.
+
 2001-05-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
 	* buffer.c (Qtext_conversion_error): Moved from file-coding.c