From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: desktop.el patch for the trunk... and 22.2? Date: Fri, 29 Feb 2008 12:35:06 -0500 Message-ID: <87abljoed1.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204306624 15762 80.91.229.12 (29 Feb 2008 17:37:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 17:37:04 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 29 18:37:30 2008 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 1JV9Am-0003L1-UF for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 18:37:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV9AG-0002OY-Dw for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 12:36:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JV9AC-0002OC-J8 for emacs-devel@gnu.org; Fri, 29 Feb 2008 12:36:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JV9AA-0002Ns-6G for emacs-devel@gnu.org; Fri, 29 Feb 2008 12:36:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV9AA-0002Np-03 for emacs-devel@gnu.org; Fri, 29 Feb 2008 12:36:50 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JV9A9-0002sw-Io for emacs-devel@gnu.org; Fri, 29 Feb 2008 12:36:49 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 511C74E3F9; Fri, 29 Feb 2008 12:35:06 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Fri\, 29 Feb 2008 18\:16\:03 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:90899 Archived-At: "Juanma Barranquero" writes: > Assuming no opposition ;-) I'll install the following patch in the > trunk ASAP. > > This message, however, is arguing for it to be on the 22.2 release > branch. > > 2008-02-29 Juanma Barranquero > > * desktop.el (desktop-read): Set `desktop-dirname' to nil before > calling `desktop-not-loaded-hook' to allow modifying it. > Don't show warning message if `desktop-dirname' was modified. The patch looks good, so go ahead and check it into the branch. Thanks.