From: YAMAMOTO Mitsuharu Date: Thu, 7 Jun 2007 08:43:58 +0000 (+0000) Subject: (xrm_get_preference_database): Remove BLOCK_INPUT. X-Git-Tag: emacs-pretest-23.0.90~12425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e50652234f56290cea23831b34cd544d89187a19;p=emacs.git (xrm_get_preference_database): Remove BLOCK_INPUT. --- diff --git a/src/mac.c b/src/mac.c index 8e3f49d2bfe..d783243399d 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1826,8 +1826,6 @@ xrm_get_preference_database (application) GCPRO3 (database, quarks, value); - BLOCK_INPUT; - app_id = kCFPreferencesCurrentApplication; if (application) { @@ -1879,8 +1877,6 @@ xrm_get_preference_database (application) CFRelease (key_set); CFRelease (app_id); - UNBLOCK_INPUT; - UNGCPRO; return database;