Mercurial > emacs
diff lisp/progmodes/python.el @ 87856:4f657ba160d6
Martin Svenson <phromo at gmail.com> (tiny change)
(python-imports): Default to "None".
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sun, 20 Jan 2008 03:56:50 +0000 |
| parents | 107ccd98fa12 |
| children | 6f654ccab302 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Sat Jan 19 20:13:59 2008 +0000 +++ b/lisp/progmodes/python.el Sun Jan 20 03:56:50 2008 +0000 @@ -1889,7 +1889,8 @@ ;;;; Completion. -(defvar python-imports nil +;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00076.html +(defvar python-imports "None" "String of top-level import statements updated by `python-find-imports'.") (make-variable-buffer-local 'python-imports)
