aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-01 05:25:21 -0700
committerDan Nicolaescu2010-10-01 05:25:21 -0700
commit088dcc3e8c2a0b8a36dd9ac5e515d51e41530bee (patch)
tree730387a1a4ff70e114ecbf0befd7ded5afbdf367 /src/msdos.c
parent321401d15f5f82ff25efefe810904c8132313711 (diff)
downloademacs-088dcc3e8c2a0b8a36dd9ac5e515d51e41530bee.tar.gz
emacs-088dcc3e8c2a0b8a36dd9ac5e515d51e41530bee.zip
Use intern_c_string instead of intern.
* src/nsselect.m (syms_of_nsselect): * src/nsmenu.m (syms_of_nsmenu): * src/nsfns.m (syms_of_nsfns): * src/msdos.c (syms_of_msdos): * src/image.c (syms_of_image): * src/charset.c (syms_of_charset): Use intern_c_string instead of intern.
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 086cad2ff84..3894770e194 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -4706,7 +4706,7 @@ syms_of_msdos (void)
4706#ifndef HAVE_X_WINDOWS 4706#ifndef HAVE_X_WINDOWS
4707 4707
4708 /* The following two are from xfns.c: */ 4708 /* The following two are from xfns.c: */
4709 Qreverse = intern ("reverse"); 4709 Qreverse = intern_c_string ("reverse");
4710 staticpro (&Qreverse); 4710 staticpro (&Qreverse);
4711 4711
4712 DEFVAR_LISP ("dos-unsupported-char-glyph", &Vdos_unsupported_char_glyph, 4712 DEFVAR_LISP ("dos-unsupported-char-glyph", &Vdos_unsupported_char_glyph,