Mercurial > emacs
changeset 107657:5e0627e338dc
* xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 30 Mar 2010 10:40:04 -0700 |
parents | a788d758fe0a |
children | 6db6f99911e0 |
files | src/ChangeLog src/xdisp.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern. + 2010-03-30 Eli Zaretskii <eliz@gnu.org> * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
--- 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