From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: auto-compose-region Date: Wed, 25 Feb 2009 10:10:29 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1235524225 21868 80.91.229.12 (25 Feb 2009 01:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2009 01:10:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 25 02:11:41 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lc8JG-00022w-M6 for ged-emacs-devel@m.gmane.org; Wed, 25 Feb 2009 02:11:39 +0100 Original-Received: from localhost ([127.0.0.1]:43864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lc8Hw-00016o-34 for ged-emacs-devel@m.gmane.org; Tue, 24 Feb 2009 20:10:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lc8Hs-00016j-D2 for emacs-devel@gnu.org; Tue, 24 Feb 2009 20:10:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lc8Hq-00016X-UQ for emacs-devel@gnu.org; Tue, 24 Feb 2009 20:10:12 -0500 Original-Received: from [199.232.76.173] (port=33573 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lc8Hq-00016U-R2 for emacs-devel@gnu.org; Tue, 24 Feb 2009 20:10:10 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:49330) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lc8Hn-0005TL-9c; Tue, 24 Feb 2009 20:10:07 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1P1A0hB003684; Wed, 25 Feb 2009 10:10:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1P1A02n027766; Wed, 25 Feb 2009 10:10:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n1P1A0Gq020337; Wed, 25 Feb 2009 10:10:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Lc8I9-0007hf-0W; Wed, 25 Feb 2009 10:10:29 +0900 In-reply-to: (message from Glenn Morris on Tue, 24 Feb 2009 13:11:35 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109323 Archived-At: In article , Glenn Morris writes: > You removed auto-compose-region etc from composite.el a day or so ago, but: > i) there is no ChangeLog entry Oops, I forgot to commit it. Just done. > ii) ps-mule.el still uses it I've just deleted the line calling it. --- Kenichi Handa handa@m17n.org