changed underscore to have symbol syntax
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index e98f355..60c0aab 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -339,7 +339,7 @@
 	    ( ?\* . "." ) ( ?\+ . "." ) ( ?\- . "." )
 	    ( ?\/ . "." ) ( ?\< . "." ) ( ?\= . "." )
 	    ( ?\> . "." ) ( ?\| . "." )
-	    ( ?\_ . "w" )	; underscore is legit in names
+	    ( ?\_ . "_" )	; underscore is legit in symbols, but not words
 	    ( ?\' . "\"")	; single quote is string quote
 	    ( ?\" . "\"" )	; double quote is string quote too
 	    ( ?\` . "$")	; backquote is open and close paren