Allow user to set docstring style for fill-paragraph.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 4 Oct 2012 16:39:37 +0000 (13:39 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 4 Oct 2012 16:39:37 +0000 (13:39 -0300)
commitfc345011a69cd7e3d38d1b6e06f85ef9d7658232
tree7cfa4a78e1f408880a362f19ce1784247a05e3f2
parent6938736c79bf1d14fcd10a4235da861b661eebb5
Allow user to set docstring style for fill-paragraph.
* progmodes/python.el
(python-fill-comment-function, python-fill-string-function)
(python-fill-decorator-function, python-fill-paren-function):
Remove :safe for defcustoms.
(python-fill-string-style): New defcustom
(python-fill-paragraph-function): Enhanced context detection.
(python-fill-string): Honor python-fill-string-style settings.
lisp/ChangeLog
lisp/progmodes/python.el