diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-06-24 23:25:22 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-06-24 23:25:22 +0200 |
commit | cd3520a41df21d80a9d894c58af2daba23c8dd24 (patch) | |
tree | 945eaef322c65471833954ddce161a7a913ee3c8 /src/w32.c | |
parent | 7d0da90e7b98f5c09df82be9985cc27d30adea07 (diff) | |
download | emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.tar.gz |
Move DEFSYM to lisp.h and use everywhere.
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c index d81fdf3305d..53bf2e811e2 100644 --- a/src/w32.c +++ b/src/w32.c @@ -5960,8 +5960,7 @@ globals_of_w32 (void) get_process_times_fn = (GetProcessTimes_Proc) GetProcAddress (kernel32, "GetProcessTimes"); - QCloaded_from = intern_c_string (":loaded-from"); - staticpro (&QCloaded_from); + DEFSYM (QCloaded_from, ":loaded-from"); Vlibrary_cache = Qnil; staticpro (&Vlibrary_cache); |