# HG changeset patch # User Dan Nicolaescu # Date 1269970804 25200 # Node ID 5e0627e338dc260f33c49abb364bfbb4bbe768b4 # Parent a788d758fe0a21c0d53591221f1c7765cc8c58fa * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern. diff -r a788d758fe0a -r 5e0627e338dc src/ChangeLog --- a/src/ChangeLog Tue Mar 30 19:38:45 2010 +0300 +++ b/src/ChangeLog Tue Mar 30 10:40:04 2010 -0700 @@ -1,3 +1,7 @@ +2010-03-30 Dan Nicolaescu + + * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern. + 2010-03-30 Eli Zaretskii * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we diff -r a788d758fe0a -r 5e0627e338dc src/xdisp.c --- a/src/xdisp.c Tue Mar 30 19:38:45 2010 +0300 +++ b/src/xdisp.c Tue Mar 30 10:40:04 2010 -0700 @@ -25663,9 +25663,9 @@ staticpro (&previous_help_echo_string); help_echo_pos = -1; - Qright_to_left = intern ("right-to-left"); + Qright_to_left = intern_c_string ("right-to-left"); staticpro (&Qright_to_left); - Qleft_to_right = intern ("left-to-right"); + Qleft_to_right = intern_c_string ("left-to-right"); staticpro (&Qleft_to_right); #ifdef HAVE_WINDOW_SYSTEM