Changeset 3086

Show
Ignore:
Timestamp:
2003年05月27日 15時36分21秒 (6 years ago)
Author:
yas
Message:

(mw32_check_font_request_alist): Fix typo.

Files:

Legend:

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

    r3084 r3086  
    22892289                                    Fcons (tem, Qnil))); 
    22902290          func = XCAR (tem); 
    2291           if (!FUNCTIONP (tem)) 
     2291          if (!FUNCTIONP (func)) 
    22922292            Fsignal (Qerror, Fcons (build_string ("Invalid function"), 
    22932293                                    Fcons (func, Qnil)));