diff lisp/progmodes/python.el @ 79888:6091631b1d67

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:41 +0000
parents a1342e6e097a
children fffb131e8c0c
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Sat Jan 19 18:53:05 2008 +0000
+++ b/lisp/progmodes/python.el	Sun Jan 20 03:56:41 2008 +0000
@@ -1866,7 +1866,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)