From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Istvan Marko Newsgroups: gmane.emacs.devel Subject: syntax error in src/xfns.c Date: Fri, 23 May 2003 21:04:43 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053749492 21924 80.91.224.249 (24 May 2003 04:11:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 04:11:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 24 06:11:30 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JQNW-0005hU-00 for ; Sat, 24 May 2003 06:11:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19JQZa-0002XC-00 for ; Sat, 24 May 2003 06:23:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JQPE-0002ia-Qh for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 00:13:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JQOk-0002D5-9k for emacs-devel@gnu.org; Sat, 24 May 2003 00:12:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JQO8-00017J-KV for emacs-devel@gnu.org; Sat, 24 May 2003 00:12:09 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JQO7-00015j-W1 for emacs-devel@gnu.org; Sat, 24 May 2003 00:12:08 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19JQMC-0005fG-00 for ; Sat, 24 May 2003 06:10:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19JQF2-0005Rx-00 for ; Sat, 24 May 2003 06:02:44 +0200 Original-Lines: 15 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:n+bmYtDTU4j4XGbxEEDj0G8xwvM= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14182 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14182 diff -u -b -B -r1.579 xfns.c --- src/xfns.c 21 May 2003 22:12:15 -0000 1.579 +++ src/xfns.c 24 May 2003 04:03:42 -0000 @@ -2721,7 +2721,7 @@ attribute_mask, &attributes); #ifdef HAVE_X_I18N - if use_xim + if (use_xim) { create_frame_xic (f); if (FRAME_XIC (f)) -- Istvan