emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el, v [EMACS_22_BAS


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el, v [EMACS_22_BASE]
Date: Sun, 20 Jan 2008 03:56:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/01/20 03:56:42

Index: python.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/python.el,v
retrieving revision 1.58.2.10
retrieving revision 1.58.2.11
diff -u -b -r1.58.2.10 -r1.58.2.11
--- python.el   7 Jan 2008 02:10:47 -0000       1.58.2.10
+++ python.el   20 Jan 2008 03:56:41 -0000      1.58.2.11
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]