From f2357ea13b8a734d22daea14cabe8e8e2fa5713e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 20 Jan 2008 03:56:50 +0000 Subject: [PATCH] Martin Svenson (tiny change) (python-imports): Default to "None". --- lisp/progmodes/python.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2