[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102432: * src/callproc.c (syms_of_ca
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102432: * src/callproc.c (syms_of_callproc): Use intern_c_string. |
Date: |
Thu, 18 Nov 2010 08:59:12 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102432
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-18 08:59:12 -0800
message:
* src/callproc.c (syms_of_callproc): Use intern_c_string.
modified:
src/ChangeLog
src/callproc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-11-18 16:57:00 +0000
+++ b/src/ChangeLog 2010-11-18 16:59:12 +0000
@@ -1,5 +1,7 @@
2010-11-18 Dan Nicolaescu <address@hidden>
+ * 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):
=== modified file 'src/callproc.c'
--- a/src/callproc.c 2010-11-15 18:11:52 +0000
+++ b/src/callproc.c 2010-11-18 16:59:12 +0000
@@ -1516,7 +1516,7 @@
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 */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102432: * src/callproc.c (syms_of_callproc): Use intern_c_string.,
Dan Nicolaescu <=