changeset 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 99b95cc8bbf2
children 6f654ccab302
files lisp/progmodes/python.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)