From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: Patch for iswitchb.el Date: Sat, 04 Jun 2011 13:04:41 +0200 Message-ID: <4DEA1149.3000808@dogan.se> References: <4DE9E5E1.7040901@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307185550 12078 80.91.229.12 (4 Jun 2011 11:05:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2011 11:05:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 04 13:05:45 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QSofp-0003mN-5b for ged-emacs-devel@m.gmane.org; Sat, 04 Jun 2011 13:05:45 +0200 Original-Received: from localhost ([::1]:35076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSofo-0001c6-7K for ged-emacs-devel@m.gmane.org; Sat, 04 Jun 2011 07:05:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSofW-0001bo-G9 for emacs-devel@gnu.org; Sat, 04 Jun 2011 07:05:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSofT-0008BT-UZ for emacs-devel@gnu.org; Sat, 04 Jun 2011 07:05:26 -0400 Original-Received: from ch-smtp05.sth.basefarm.net ([80.76.153.6]:48804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSofT-0008B9-Ho for emacs-devel@gnu.org; Sat, 04 Jun 2011 07:05:23 -0400 Original-Received: from c80-216-105-155.bredband.comhem.se ([80.216.105.155]:60748 helo=[192.168.0.10]) by ch-smtp05.sth.basefarm.net with esmtp (Exim 4.76) (envelope-from ) id 1QSoev-0008JC-Iq for emacs-devel@gnu.org; Sat, 04 Jun 2011 13:04:51 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: X-Originating-IP: 80.216.105.155 X-Scan-Result: No virus found in message 1QSoev-0008JC-Iq. X-Scan-Signature: ch-smtp05.sth.basefarm.net 1QSoev-0008JC-Iq fab8d4837bb3196ee52ec80b8e1d501e X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.76.153.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140169 Archived-At: On 2011-06-04 11:52, Stephen Eglen wrote: > > 2011-06-04 Stephen Eglen > * iswitchb.el (iswitchb-window-buffer-p): Use `member' rather > than `memq'. Bug#8799 reported by Trevor Spiteri. > >> Is the reported bug in the bug tracker? If so, its ID should be in >> the ChangeLog. > > Thanks Deniz; it wasn't, but I just added it, and bug id now listed > above. > I just pushed a fix for this. Thanks. Deniz