summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1995-10-18 14:41:12 (GMT)
committerBarry Warsaw <barry@python.org>1995-10-18 14:41:12 (GMT)
commit2bbe49bf6f4fc818cc6ca83f3705657754b620a8 (patch)
tree008417edefbdf6b1567a3d3efa2e93c4b764bac1 /Misc
parent52bc17cd9e895a13b03b2e96e0684fb77173dfef (diff)
downloadcpython-2bbe49bf6f4fc818cc6ca83f3705657754b620a8.zip
cpython-2bbe49bf6f4fc818cc6ca83f3705657754b620a8.tar.gz
cpython-2bbe49bf6f4fc818cc6ca83f3705657754b620a8.tar.bz2
changed underscore to have symbol syntax
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
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 @@ Currently-active file is at the head of the list.")
( ?\* . "." ) ( ?\+ . "." ) ( ?\- . "." )
( ?\/ . "." ) ( ?\< . "." ) ( ?\= . "." )
( ?\> . "." ) ( ?\| . "." )
- ( ?\_ . "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