Mercurial > emacs
comparison src/xfns.c @ 12316:459ad0d54bef
(Fx_create_frame): Fix last arg to x_get_arg for Qdisplay.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Jun 1995 18:30:06 +0000 |
parents | 2e376a4397bc |
children | 0731c1ec96ad |
comparison
equal
deleted
inserted
replaced
12315:49a48bf414c7 | 12316:459ad0d54bef |
---|---|
2858 | 2858 |
2859 /* Use this general default value to start with | 2859 /* Use this general default value to start with |
2860 until we know if this frame has a specified name. */ | 2860 until we know if this frame has a specified name. */ |
2861 Vx_resource_name = Vinvocation_name; | 2861 Vx_resource_name = Vinvocation_name; |
2862 | 2862 |
2863 display = x_get_arg (parms, Qdisplay, 0, 0, 0); | 2863 display = x_get_arg (parms, Qdisplay, 0, 0, string); |
2864 if (EQ (display, Qunbound)) | 2864 if (EQ (display, Qunbound)) |
2865 display = Qnil; | 2865 display = Qnil; |
2866 dpyinfo = check_x_display_info (display); | 2866 dpyinfo = check_x_display_info (display); |
2867 #ifdef MULTI_KBOARD | 2867 #ifdef MULTI_KBOARD |
2868 kb = dpyinfo->kboard; | 2868 kb = dpyinfo->kboard; |