From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: whitespace fix for usage message Date: Fri, 31 Oct 2008 17:13:57 +0100 Message-ID: <18699.11973.694701.113692@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225469674 29532 80.91.229.12 (31 Oct 2008 16:14:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 16:14:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 17:15:35 2008 connect(): Connection refused 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 1Kvwel-0001Za-FL for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 17:15:28 +0100 Original-Received: from localhost ([127.0.0.1]:45907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvwde-0001Q8-96 for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 12:14:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvwda-0001OW-7q for emacs-devel@gnu.org; Fri, 31 Oct 2008 12:14:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvwdX-0001N8-Te for emacs-devel@gnu.org; Fri, 31 Oct 2008 12:14:13 -0400 Original-Received: from [199.232.76.173] (port=36830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvwdX-0001N3-Pw for emacs-devel@gnu.org; Fri, 31 Oct 2008 12:14:11 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:56298) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KvwdW-0002sf-Vq for emacs-devel@gnu.org; Fri, 31 Oct 2008 12:14:11 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id m9VGDvjI018873 for ; Fri, 31 Oct 2008 17:13:58 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id m9VGDvnK014821; Fri, 31 Oct 2008 17:13:57 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id m9VGDvAD014816; Fri, 31 Oct 2008 17:13:57 +0100 X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:105218 Archived-At: The usage message was untabified some time ago (see ChangeLog entry of 2004-02-21), but now two lines contain TABs again. --- emacs-orig/src/emacs.c 2008-10-31 16:55:56.000000000 +0100 +++ emacs/src/emacs.c 2008-10-31 17:00:11.000000000 +0100 @@ -285,8 +285,8 @@ Action options:\n\ \n\ FILE visit FILE using find-file\n\ -+LINE go to line LINE in next FILE\n\ -+LINE:COLUMN go to line LINE, column COLUMN, in next FILE\n\ ++LINE go to line LINE in next FILE\n\ ++LINE:COLUMN go to line LINE, column COLUMN, in next FILE\n\ --directory, -L DIR add DIR to variable load-path\n\ --eval EXPR evaluate Emacs Lisp expression EXPR\n\ --execute EXPR evaluate Emacs Lisp expression EXPR\n\