emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch] Fix python-fill-paragraph when font-lock is disabled


From: Nathan Weizenbaum
Subject: [Patch] Fix python-fill-paragraph when font-lock is disabled
Date: Thu, 29 Jul 2010 15:36:49 -0700

Hi,

Attached is a patch that makes python-fill-region in a multiline string work when font-lock is disabled. The old version checked that (nth 3 syntax) was explicitly t, rather than non-nil; this is the case when font-lock is enabled, but when it's disabled (nth 3 syntax) is a number instead.

Attachment: 0001-Fix-python-fill-paragraph-when-font-lock-is-disabled.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]