1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

* src/callproc.c (syms_of_callproc): Use intern_c_string.

This commit is contained in:
Dan Nicolaescu 2010-11-18 08:59:12 -08:00
parent 50c7742814
commit dde990a0f9
2 changed files with 3 additions and 1 deletions

View 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):

View 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 */