Commit 2bbe49bf authored by Barry Warsaw's avatar Barry Warsaw

changed underscore to have symbol syntax

parent 52bc17cd
...@@ -339,7 +339,7 @@ Currently-active file is at the head of the list.") ...@@ -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 ( ?\' . "\"") ; single quote is string quote
( ?\" . "\"" ) ; double quote is string quote too ( ?\" . "\"" ) ; double quote is string quote too
( ?\` . "$") ; backquote is open and close paren ( ?\` . "$") ; backquote is open and close paren
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment