Changeset 3095

Show
Ignore:
Timestamp:
05/29/03 19:26:20 (6 years ago)
Author:
himi
Message:

(mw32_load_function_spec): When it's not in the main
thread, return NULL without calling an elisp function.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/mw32font.c

    r3086 r3095  
    19501950  Lisp_Object args[4]; 
    19511951 
     1952  if (!MW32_MAIN_THREAD_P ()) return NULL; 
    19521953  if (!CONSP (val)) return NULL; 
    19531954