comparison src/mule-charset.c @ 4814:ae2e0c1c8fae

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 08 Jan 2010 14:30:22 +0000
parents 6f84332672fb
children 4dd2389173fc
comparison
equal deleted inserted replaced
4812:5b560b7374ff 4814:ae2e0c1c8fae
625 if (temporary) 625 if (temporary)
626 { 626 {
627 Ibyte tempname[80]; 627 Ibyte tempname[80];
628 628
629 qxesprintf (tempname, "___temporary___%d__", id); 629 qxesprintf (tempname, "___temporary___%d__", id);
630 name = Fmake_symbol (build_string (tempname)); /* Uninterned. */ 630 name = Fmake_symbol (build_intstring (tempname)); /* Uninterned. */
631 } 631 }
632 if (NILP (doc_string)) 632 if (NILP (doc_string))
633 doc_string = build_string (""); 633 doc_string = build_string ("");
634 if (NILP (registries)) 634 if (NILP (registries))
635 registries = make_vector(0, Qnil); 635 registries = make_vector(0, Qnil);