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: Tiny omission Date: Thu, 29 May 2008 11:40:50 +0200 Message-ID: References: <86k5hdpiz5.fsf@lola.quinscape.zz> 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 1212054101 15035 80.91.229.12 (29 May 2008 09:41:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 09:41:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 11:42:22 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 1K1eeM-0007Pa-Cr for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 11:42:22 +0200 Original-Received: from localhost ([127.0.0.1]:39252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1eda-0006NC-Vd for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 05:41:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1ecx-000685-20 for emacs-devel@gnu.org; Thu, 29 May 2008 05:40:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1ecv-00067V-H7 for emacs-devel@gnu.org; Thu, 29 May 2008 05:40:54 -0400 Original-Received: from [199.232.76.173] (port=42662 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1ecu-000679-GC for emacs-devel@gnu.org; Thu, 29 May 2008 05:40:52 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.241]:48397) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1ect-0000Wp-8J for emacs-devel@gnu.org; Thu, 29 May 2008 05:40:51 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so4079017rvb.6 for ; Thu, 29 May 2008 02:40:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=Rc40nDrhPqGHa4BfujNrNQ1RQeyvyTdLMAVVHiKp4ZQ=; b=o6Pj7uM4Vt+6M5OUlPpqGyoiOpgt42E2rHDMifCzrQlfmwMTqrgIAvdll53VomPTMStlW8hI7EYbkTnsje1I4wSijbmWipmfVkFPp4KIGnz46CtSTICNfkjKAoyxSPuFBU9ANzQjr3wKa6nuVQb2NvmEwY5fN5aL3boLN/bLAKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A08JsCxqMGQe7CMaWfDK0qhhIaYzFtFikCDRjVdxdqClZ++mnuGWx0mcKhkSMuBQC3SM7Z1H2XN+gpC/Vh/fEpBcOR72rubDDn9ogfcbSUZdHTn/SoG110A5XnpLejHpWT9s0NnPsXaoxw7YtTy/uS+F7fkj7UhpEkVbqRo8HNA= Original-Received: by 10.114.158.1 with SMTP id g1mr3950759wae.203.1212054050518; Thu, 29 May 2008 02:40:50 -0700 (PDT) Original-Received: by 10.114.167.17 with HTTP; Thu, 29 May 2008 02:40:50 -0700 (PDT) In-Reply-To: <86k5hdpiz5.fsf@lola.quinscape.zz> 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:97957 Archived-At: > Hi, I have papers on file, but no write access from work. Here is a > small fix. Applied. Juanma