From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: Patch for bug #6515: unneeded let-bound variables in bookmark.el Date: Mon, 05 Jul 2010 21:10:57 -0400 Message-ID: <871vbh76u6.fsf@red-bean.com> References: <4C267485.2000804@gmail.com> <4C267553.3090109@gmail.com> <878w61xy3a.fsf@red-bean.com> <87tyoeongy.fsf@kslab.red-bean.com> <4C3118C9.1010308@gmail.com> <877hlaolrs.fsf@kslab.red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278378680 14188 80.91.229.12 (6 Jul 2010 01:11:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 01:11:20 +0000 (UTC) Cc: Christoph , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 06 03:11:18 2010 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.69) (envelope-from ) id 1OVwgv-0004AX-Le for ged-emacs-devel@m.gmane.org; Tue, 06 Jul 2010 03:11:18 +0200 Original-Received: from localhost ([127.0.0.1]:48887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVwgs-0004R3-Ue for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 21:11:14 -0400 Original-Received: from [140.186.70.92] (port=59409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVwgl-0004Pp-JR for emacs-devel@gnu.org; Mon, 05 Jul 2010 21:11:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVwgj-0005Ic-5R for emacs-devel@gnu.org; Mon, 05 Jul 2010 21:11:06 -0400 Original-Received: from osh-net-219-98.onshore.net ([66.146.219.98]:59254 helo=sanpietro.red-bean.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVwgj-0005Hi-36; Mon, 05 Jul 2010 21:11:05 -0400 Original-Received: from localhost ([127.0.0.1]:43831 helo=floss ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.72) (envelope-from ) id 1OVwgc-0008Nm-63; Mon, 05 Jul 2010 20:10:58 -0500 In-Reply-To: (Glenn Morris's message of "Mon, 05 Jul 2010 18:48:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126810 Archived-At: Glenn Morris writes: >Yes, but no dig deal, I guess. > >See admin/notes/bzr and the emacs-devel mails referenced therein. > > In particular, install bug-fixes only on the release branch (if > there is one) and let them get synced to the trunk; do not install > them by hand on the trunk as well. > >(I backported your previous bug fix to the emacs-23 branch.) Thanks, Glenn. I'll look around harder for a release branch next time.