diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f1191b8faab..1c99937c4b9 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -248,7 +248,6 @@ | |||
| 248 | (eval-when-compile (require 'subr-x)) ;For `string-empty-p'. | 248 | (eval-when-compile (require 'subr-x)) ;For `string-empty-p'. |
| 249 | 249 | ||
| 250 | ;; Avoid compiler warnings | 250 | ;; Avoid compiler warnings |
| 251 | (defvar view-return-to-alist) | ||
| 252 | (defvar compilation-error-regexp-alist) | 251 | (defvar compilation-error-regexp-alist) |
| 253 | (defvar outline-heading-end-regexp) | 252 | (defvar outline-heading-end-regexp) |
| 254 | 253 | ||