changed underscore to have symbol syntax

This commit is contained in:
Barry Warsaw 1995-10-18 14:41:12 +00:00
parent 52bc17cd9e
commit 2bbe49bf6f
1 changed files with 1 additions and 1 deletions

View File

@ -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