Kaydet (Commit) 2bbe49bf authored tarafından Barry Warsaw's avatar Barry Warsaw

changed underscore to have symbol syntax

üst 52bc17cd
......@@ -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
......
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