From 022ce34c46785459702a99033cdedf4cd47a6011 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Tue, 7 May 2013 23:22:28 +0100 Subject: [PATCH] If Emacs is running in Nextstep, we're a "GUI client" --- jabber-disco.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jabber-disco.el b/jabber-disco.el index e2dfbc0..38cb213 100644 --- a/jabber-disco.el +++ b/jabber-disco.el @@ -167,7 +167,7 @@ See JEP-0030." (identity ((category . "client") (name . "Emacs Jabber client") (type . ,(if (memq window-system - '(x w32 mac)) + '(x w32 mac ns)) "pc" "console")))) ,@(mapcar