[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] scratch/outline 834612f 3/5: lisp/outline.el (outline-
From: |
Oleh Krehel |
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 |
On Fri, Jan 30, 2015 at 9:16 AM, Oleh Krehel <address@hidden> wrote:
> On Fri, Jan 30, 2015 at 7:20 AM, Stefan Monnier
> <address@hidden> wrote:
>>>>>>> "Oleh" == Oleh Krehel <address@hidden> writes:
>>
>>> branch: scratch/outline
>>> commit 834612fd984029b72f5c172bf3573aa7607fbe48
>>> Author: Oleh Krehel <address@hidden>
>>> Commit: Oleh Krehel <address@hidden>
>>
>>> 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