diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 229874d3d51..f4ff03e2405 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -4023,8 +4023,6 @@ returned as is." | |||
| 4023 | ,(lambda (_arg) | 4023 | ,(lambda (_arg) |
| 4024 | (python-nav-end-of-defun)) nil)) | 4024 | (python-nav-end-of-defun)) nil)) |
| 4025 | 4025 | ||
| 4026 | (set (make-local-variable 'mode-require-final-newline) t) | ||
| 4027 | |||
| 4028 | (set (make-local-variable 'outline-regexp) | 4026 | (set (make-local-variable 'outline-regexp) |
| 4029 | (python-rx (* space) block-start)) | 4027 | (python-rx (* space) block-start)) |
| 4030 | (set (make-local-variable 'outline-heading-end-regexp) ":[^\n]*\n") | 4028 | (set (make-local-variable 'outline-heading-end-regexp) ":[^\n]*\n") |