Files
emacs/lisp/progmodes
Noam Postavsky cbb8a8ad97 Fix fill-paragraph in python docstrings (Bug#36056)
* lisp/progmodes/python.el (python-do-auto-fill): New function.
(python-mode): Set it as normal-auto-fill-function, and don't set
fill-indent-according-to-mode.  Having the latter set during
fill-paragraph gives wrongs result, because python-indent-line doesn't
remove indentation added by filling.
* test/lisp/progmodes/python-tests.el (python-fill-docstring): New
test.
2019-09-12 20:25:30 -04:00
..
2019-08-05 18:37:29 -07:00
2019-08-01 17:04:53 +03:00
2019-08-04 11:39:54 -07:00
2019-09-08 10:44:27 +00:00
2019-08-05 18:37:29 -07:00
2019-08-01 17:04:53 +03:00
2019-08-03 12:59:18 +03:00
2019-08-05 18:37:29 -07:00
2019-08-04 11:39:54 -07:00
2019-08-02 21:21:23 +02:00
2019-08-10 08:44:31 -07:00
2019-08-23 06:30:46 +02:00