comparison src/mule-charset.c @ 4807:41852ee5f1b0

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 07 Jan 2010 17:01:25 +0000
parents 980575c76541 fd36a980d701
children 6f84332672fb
comparison
equal deleted inserted replaced
4805:980575c76541 4807:41852ee5f1b0
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 = intern_int (tempname); 630 name = Fmake_symbol (build_string (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);