Fix typo in previous
This commit is contained in:
parent
9a84bfd681
commit
20c7a2b4e2
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ Updated by Christian Limpach (chris@nice.ch)
|
|||
if (!NILP (Fstring_equal (XCAR (dpyinfo->name_list_element), name)))
|
||||
return dpyinfo;
|
||||
|
||||
error ("Emacs for Nextstep does not yet support multi-display.");
|
||||
error ("Emacs for Nextstep does not yet support multi-display");
|
||||
|
||||
Fx_open_connection (name, Qnil, Qnil);
|
||||
dpyinfo = x_display_list;
|
||||
|
|
Loading…
Add table
Reference in a new issue