Comment 28 for bug 939577

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 939577] Re: Fourth level blocks indent incorrectly

Am 09.03.2012 10:05, schrieb Ryan Kaskel:
> I'm marking this as "new" again for a brief fix.
>
> Could line 2866 check for py-verbose-p?
>
> (http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-
> mode/view/head:/python-mode.el#L2866)
>
> (message "py-indent-line-indent: %s" py-indent-line-indent) -->
> (when (and (interactive-p) py-verbose-p) (message "py-indent-line-indent: %s" py-indent-line-indent))
>
>
> ** Changed in: python-mode
> Status: Fix Released => New
>

thanks pointing at. This "message" deserves to be dropped completely, as it's an intern function.