aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index eae6ef75570..f73ccdda9eb 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1712,7 +1712,7 @@ lines count as headers.
1712 (set (make-local-variable 'indent-line-function) #'python-indent-line) 1712 (set (make-local-variable 'indent-line-function) #'python-indent-line)
1713 (set (make-local-variable 'paragraph-start) "\\s-*$") 1713 (set (make-local-variable 'paragraph-start) "\\s-*$")
1714 (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph) 1714 (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph)
1715 (set (make-local-variable 'require-final-newline) t) 1715 (set (make-local-variable 'require-final-newline) mode-require-final-newline)
1716 (set (make-local-variable 'add-log-current-defun-function) 1716 (set (make-local-variable 'add-log-current-defun-function)
1717 #'python-current-defun) 1717 #'python-current-defun)
1718 ;; Fixme: Generalize to do all blocks? 1718 ;; Fixme: Generalize to do all blocks?