• Paul Eggert's avatar
    Prefer NUMBERP to spelling it out · a1cd8c96
    Paul Eggert authored
    * src/editfns.c (styled_format):
    * src/frame.h (NUMVAL):
    * src/image.c (parse_image_spec):
    * src/lisp.h (CHECK_NUMBER_OR_FLOAT)
    (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER):
    * src/process.c (Fsignal_process):
    * src/xdisp.c (calc_pixel_width_or_height, on_hot_spot_p):
    * src/xfaces.c (check_lface_attrs):
    * src/xselect.c (x_fill_property_data, x_send_client_event):
    Use NUMBERP rather than INTEGERP || FLOATP.
    a1cd8c96
xdisp.c 971 KB