changed underscore to have symbol syntax
This commit is contained in:
parent
52bc17cd9e
commit
2bbe49bf6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue