diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index dbb7548650c..3f82966a4be 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2861,7 +2861,7 @@ This function is an internal primitive--use `make-frame' instead. */) | |||
| 2861 | Vx_resource_name = Vinvocation_name; | 2861 | Vx_resource_name = Vinvocation_name; |
| 2862 | 2862 | ||
| 2863 | display = x_get_arg (dpyinfo, parms, Qdisplay_id, 0, 0, RES_TYPE_NUMBER); | 2863 | display = x_get_arg (dpyinfo, parms, Qdisplay_id, 0, 0, RES_TYPE_NUMBER); |
| 2864 | if (NILP (display)) | 2864 | if (EQ (display, Qunbound)) |
| 2865 | display = x_get_arg (dpyinfo, parms, Qdisplay, 0, 0, RES_TYPE_STRING); | 2865 | display = x_get_arg (dpyinfo, parms, Qdisplay, 0, 0, RES_TYPE_STRING); |
| 2866 | if (EQ (display, Qunbound)) | 2866 | if (EQ (display, Qunbound)) |
| 2867 | display = Qnil; | 2867 | display = Qnil; |