From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Typo in allout.el rev. 1.73? Date: Thu, 27 Apr 2006 23:01:42 +0300 Message-ID: <20060427200142.GA92039@gothmog.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146168194 22998 80.91.229.2 (27 Apr 2006 20:03:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 20:03:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 27 22:03:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZChW-0001xM-2C for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 22:02:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZChV-00066u-Lb for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 16:02:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZCgi-0005nf-Kv for emacs-devel@gnu.org; Thu, 27 Apr 2006 16:02:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZCge-0005li-Iy for emacs-devel@gnu.org; Thu, 27 Apr 2006 16:02:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZCgd-0005lO-KL for emacs-devel@gnu.org; Thu, 27 Apr 2006 16:02:03 -0400 Original-Received: from [62.1.205.36] (helo=igloo.linux.gr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FZCjb-0002rd-Kw for emacs-devel@gnu.org; Thu, 27 Apr 2006 16:05:08 -0400 Original-Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3RK1fD7029875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 27 Apr 2006 23:01:43 +0300 Original-Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3RK1hfP092068; Thu, 27 Apr 2006 23:01:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3RK1gGG092067; Thu, 27 Apr 2006 23:01:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-To: Stefan Monnier Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.392, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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:53509 Archived-At: Hi Stefan and all, Part of the 1.73 changes in lisp/allout.el includes: % @@ -292,7 +301,7 @@ % Set to the symbol for either of `allout-mode-leaders' or % `comment-start' to use only one of them, respectively. % % -Value nil means to always use the default \(`.'). % +Value nil means to always use the default \(`.').t % % comment-start strings that do not end in spaces are tripled, and an % `_' underscore is tacked on the end, to distinguish them from regular Was the additional t intentionally added here?