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:
parent
50c7742814
commit
dde990a0f9
2 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue