From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Typo in init_lread, site-list->site-lisp Date: Mon, 1 Oct 2007 11:56:30 +0200 Message-ID: References: <18176.44645.716031.219076@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191232611 22554 80.91.229.12 (1 Oct 2007 09:56:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2007 09:56:51 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Ulrich Mueller" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 01 11:56:48 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IcI12-0002ig-7W for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2007 11:56:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcI0y-0003JU-9y for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2007 05:56:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcI0w-0003Iy-8f for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 05:56:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcI0u-0003I3-6O for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 05:56:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcI0t-0003Hs-Vy for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 05:56:32 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IcI0t-0003fV-HS for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2007 05:56:31 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so3000026wxc for ; Mon, 01 Oct 2007 02:56:31 -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=cSNupQKCa2P4qYjVaVQzC6j75QLeFGbme2Ji4+TODfE=; b=HbfyRDi8f19VCihSVWeQz8F2lR5A/ODmKCem+L09gtfyCghFOQ6BH070EAP5XHJgAotgCiPEQuDMXS3iJFm0SdhyQVCl6qKqzLsOjoG9SLruPgT1SgXeQkgNVIz1+0a28muGm5jIg9USw4Y5i8EZuIqh8u+sxSuGYPUaYyHel0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XnQ1+lJfdpwe/PXAa195UkEDpyHy7n3xFu/IjYuZCQoIsHtW10I2rOXvWkjk2JkB8KRJgdj6yQlZ+RsUmaJCZwTE3H/WaUkc7+z3f0mc8I/buagmbRNQn1OYqnJnAiN0KdxLuzZSqTBE+YB9+GlZQ/MliiP2GHVnX2keH1ISxFI= Original-Received: by 10.90.74.1 with SMTP id w1mr5750560aga.1191232590451; Mon, 01 Oct 2007 02:56:30 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Mon, 1 Oct 2007 02:56:30 -0700 (PDT) In-Reply-To: <18176.44645.716031.219076@a1ihome1.kph.uni-mainz.de> Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16673 Archived-At: On 10/1/07, Ulrich Mueller wrote: > + /* Add site-lisp under the installation dir, if it exists. */ Fixed, thanks. Note, however, that we don't usually create ChangeLog entries for typos in comments. Juanma