* src/callproc.c (syms_of_callproc): Use intern_c_string.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 18 Nov 2010 16:59:12 +0000 (08:59 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 18 Nov 2010 16:59:12 +0000 (08:59 -0800)
src/ChangeLog
src/callproc.c

index 304176a..afe3e6d 100644 (file)
@@ -1,5 +1,7 @@
 2010-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * callproc.c (syms_of_callproc): Use intern_c_string.
+
        Move declarations from .c files to .h files.
        * process.c (timers_run):
        * minibuf.c (quit_char):
index ef08602..5906704 100644 (file)
@@ -1516,7 +1516,7 @@ void
 syms_of_callproc (void)
 {
 #ifdef DOS_NT
-  Qbuffer_file_type = intern ("buffer-file-type");
+  Qbuffer_file_type = intern_c_string ("buffer-file-type");
   staticpro (&Qbuffer_file_type);
 #endif /* DOS_NT */