From: Glenn Morris Date: Sun, 20 Jan 2008 03:56:50 +0000 (+0000) Subject: Martin Svenson (tiny change) X-Git-Tag: emacs-pretest-23.0.90~8495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2357ea13b8a734d22daea14cabe8e8e2fa5713e;p=emacs.git Martin Svenson (tiny change) (python-imports): Default to "None". --- 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'." ;;;; 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)