mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
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 @@ ns_display_info_for_name (Lisp_Object name)
|
|||
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
Add a link
Reference in a new issue