diff src/charset.h @ 3676:3ef0aaf3dc34

[xemacs-hg @ 2006-11-12 13:40:04 by aidan] Prevent a crash if the ASCII charset registries match nothing.
author aidan
date Sun, 12 Nov 2006 13:40:09 +0000
parents 98af8a976fc3
children 1abf84db2c7f
line wrap: on
line diff
--- a/src/charset.h	Sat Nov 11 22:51:05 2006 +0000
+++ b/src/charset.h	Sun Nov 12 13:40:09 2006 +0000
@@ -574,6 +574,8 @@
 			  int USED_IF_MULE (l), unsigned_char_dynarr *dst,
 			  enum unicode_type type, unsigned int little_endian);
 
+void set_charset_registries(Lisp_Object charset, Lisp_Object registries);
+
 EXFUN (Funicode_to_char, 2);
 EXFUN (Fchar_to_unicode, 1);