comparison src/xterm.c @ 105942:5fc80e6b5b7c

* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. * xterm.c (syms_of_xterm): * xfaces.c (syms_of_xfaces): * xdisp.c (syms_of_xdisp): * lread.c (syms_of_lread): * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of build_string. * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 06:10:42 +0000
parents 5910e0380daf
children cd4cbab8bb21
comparison
equal deleted inserted replaced
105941:d1bb0f3aad35 105942:5fc80e6b5b7c
10845 10845
10846 staticpro (&last_mouse_press_frame); 10846 staticpro (&last_mouse_press_frame);
10847 last_mouse_press_frame = Qnil; 10847 last_mouse_press_frame = Qnil;
10848 10848
10849 #ifdef USE_GTK 10849 #ifdef USE_GTK
10850 xg_default_icon_file = build_string ("icons/hicolor/scalable/apps/emacs.svg"); 10850 xg_default_icon_file = make_pure_c_string ("icons/hicolor/scalable/apps/emacs.svg");
10851 staticpro (&xg_default_icon_file); 10851 staticpro (&xg_default_icon_file);
10852 10852
10853 Qx_gtk_map_stock = intern_c_string ("x-gtk-map-stock"); 10853 Qx_gtk_map_stock = intern_c_string ("x-gtk-map-stock");
10854 staticpro (&Qx_gtk_map_stock); 10854 staticpro (&Qx_gtk_map_stock);
10855 #endif 10855 #endif