comparison 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
comparison
equal deleted inserted replaced
564:001628b7a5b3 565:e9162e1ea200
1 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
2
3 * mule-ccl.c (Qccl_error): New error
4 * mule-ccl.c (syms_of_mule_ccl): Initialize Qccl_error.
5 * mule-charset.c (Fmake_charset): Call signal_error.
6
1 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> 7 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
2 8
3 * buffer.c (Qtext_conversion_error): Moved from file-coding.c 9 * buffer.c (Qtext_conversion_error): Moved from file-coding.c
4 so that --with-file-coding=no will compile corectly. 10 so that --with-file-coding=no will compile corectly.
5 * buffer.c (syms_of_buffer): Define Qtext_conversion_error. 11 * buffer.c (syms_of_buffer): Define Qtext_conversion_error.