diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index bef282f5e98..3a393a7a4eb 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1889,7 +1889,8 @@ Uses `python-beginning-of-block', `python-end-of-block'." | |||
| 1889 | 1889 | ||
| 1890 | ;;;; Completion. | 1890 | ;;;; Completion. |
| 1891 | 1891 | ||
| 1892 | (defvar python-imports nil | 1892 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00076.html |
| 1893 | (defvar python-imports "None" | ||
| 1893 | "String of top-level import statements updated by `python-find-imports'.") | 1894 | "String of top-level import statements updated by `python-find-imports'.") |
| 1894 | (make-variable-buffer-local 'python-imports) | 1895 | (make-variable-buffer-local 'python-imports) |
| 1895 | 1896 | ||