]> git.eshelyaron.com Git - emacs.git/commitdiff
Martin Svenson <phromo at gmail.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Sun, 20 Jan 2008 03:56:50 +0000 (03:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 20 Jan 2008 03:56:50 +0000 (03:56 +0000)
(python-imports): Default to "None".

lisp/progmodes/python.el

index bef282f5e98958d29a598628fc75cb2f56761dd7..3a393a7a4eb280a3f7a143adb22ba273bfc933cc 100644 (file)
@@ -1889,7 +1889,8 @@ Uses `python-beginning-of-block', `python-end-of-block'."
 \f
 ;;;; 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)