From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] * saveplace.el: fix a typo in the commentary section. Date: Mon, 24 Mar 2008 01:41:54 +0100 Message-ID: References: <1206300031-9504-1-git-send-email-xma@gnu.org> <87prtl859i.fsf@grepfind.mwolson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206319328 11802 80.91.229.12 (24 Mar 2008 00:42:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2008 00:42:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Michael Olson" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 01:42:37 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 1Jdalo-0004na-TA for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 01:42:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdalE-0001E2-2w for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 20:42:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JdalB-0001Dw-9K for emacs-devel@gnu.org; Sun, 23 Mar 2008 20:41:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jdal9-0001Dk-OP for emacs-devel@gnu.org; Sun, 23 Mar 2008 20:41:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdal9-0001Dh-L4 for emacs-devel@gnu.org; Sun, 23 Mar 2008 20:41:55 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jdal9-0005Yr-9C for emacs-devel@gnu.org; Sun, 23 Mar 2008 20:41:55 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so3329402wah.10 for ; Sun, 23 Mar 2008 17:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=e2WFG9ZbfYUWQ3dPhvePgIhL95aVa5jFrhC/wTMlq2c=; b=VsEvbUtJZjdt4hrGQAHEONlmsvXk8QyidCj7ZLHSLOi+f9JhQeyApMRXlSO15oZwDKWFMOhVwnju7ppG2vgl+f06+95+8Un/Yc+afaNCfL73rYlo3R89DCUPf4T5CdSL2SjDc42ndlmQqwIHnoMtb15q8nlaTSoy8qGqLOcQUxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ewzOedKszHGLijQlis/Q0pai/4XPRsnCEw+x4beUUUaenpA9yqe++QvTM0tOO4eSiFSO/RZnZeW4dqd9x2f5mTD6NlZcdW9/NMIxIKgD1/c0R7TPgsDGZsCieXxxIs4T4/Fl42DKQhHDaEwi+wrjFGPVddxiIMwiHahKvezwcR4= Original-Received: by 10.114.174.2 with SMTP id w2mr10541975wae.17.1206319314144; Sun, 23 Mar 2008 17:41:54 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Sun, 23 Mar 2008 17:41:54 -0700 (PDT) In-Reply-To: <87prtl859i.fsf@grepfind.mwolson.org> Content-Disposition: inline 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:93276 Archived-At: On Sun, Mar 23, 2008 at 11:06 PM, Michael Olson wrote: > Applied. Next time, please put the ChangeLog entry in the description > of the patch, not as part of the patch itself. 95% of the time, patches > that modify ChangeLog will not apply without manual intervention. In fact, we don't usually add ChangeLog entries just for changes in comments. Juanma