From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] scratch/outline 834612f 3/5: lisp/outline.el (outline-mode): Clean up docstring Date: Fri, 30 Jan 2015 09:58:50 +0100 Message-ID: References: <20150129162157.30895.36033@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1422608350 25699 80.91.229.3 (30 Jan 2015 08:59:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 08:59:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 09:59:10 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YH7Px-0004Ct-CN for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 09:59:09 +0100 Original-Received: from localhost ([::1]:35569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH7Pw-0003rG-VK for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 03:59:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH7Pj-0003n2-L1 for emacs-devel@gnu.org; Fri, 30 Jan 2015 03:58:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YH7Pi-0007lO-Sy for emacs-devel@gnu.org; Fri, 30 Jan 2015 03:58:55 -0500 Original-Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:60042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH7Pi-0007lG-Lx for emacs-devel@gnu.org; Fri, 30 Jan 2015 03:58:54 -0500 Original-Received: by mail-we0-f176.google.com with SMTP id w62so25842046wes.7 for ; Fri, 30 Jan 2015 00:58:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9tqBD/YuwWVyOBsYv5CUUdSJlyMP5BtUIHiudfoxQ2Q=; b=RUo4IArsz10r9h89BuFnEDKpCAbnbzwi5kCk3/q+zFFT6RClWMfqZU+FcBpgOtfHe+ /Qexl8NCMB7jN22/ag7JMsZAK1qSRZqb+gCKYNSOYfJoSXTww9dLRAUF8uQqwXTeoEkc LYjcO5vU82MA+L1KLCY09MqqKXKHdAcCDAkg11hX/eOSux3hyglsMeF7bBdAiW+pQcjk jugUBKoEdW9A7utdZ9CoVUPmomA/UccdiaAfgE2XsyFZIuNeBSZ/6Ckkrr3JoBLsJyUi qVwGxZpCJ9aM4K9BkIUOMr3yO0b8SFCSl/UIo/T3UZxI/2POW8+dIDVZpzgqeXxJaWzT zAxw== X-Received: by 10.180.73.112 with SMTP id k16mr2682525wiv.42.1422608330130; Fri, 30 Jan 2015 00:58:50 -0800 (PST) Original-Received: by 10.27.137.137 with HTTP; Fri, 30 Jan 2015 00:58:50 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182029 Archived-At: On Fri, Jan 30, 2015 at 9:16 AM, Oleh Krehel wrote: > On Fri, Jan 30, 2015 at 7:20 AM, Stefan Monnier > wrote: >>>>>>> "Oleh" == Oleh Krehel writes: >> >>> branch: scratch/outline >>> commit 834612fd984029b72f5c172bf3573aa7607fbe48 >>> Author: Oleh Krehel >>> Commit: Oleh Krehel >> >>> lisp/outline.el (outline-mode): Clean up docstring >> >>> * lisp/outline.el (font-lock-warning-face): Remove unused declare. >>> (outline-mode-prefix-map): Remove obsolete comment. >>> (outline-font-lock-face): Remove obsolete comment. >> >> This patch seems to contain a lot of gratuitous re-indentation and other >> whitespace changes. This are fine in the code you change, but >> not elsewhere. Just finished undoing the whitespace changes. It's pushed as scratch/outline-nowhitespace. Lesson learned, sorry for the noise. Oleh