mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-25 04:40:19 +02:00
(scm_charnames, scm_charnums): Added "sp" as an alias for "space".
Thanks to Bruce Korb!
This commit is contained in:
parent
0c8ba7fb26
commit
b11b1bd4c1
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ char *const scm_charnames[] =
|
||||||
"bs", "ht", "newline", "vt", "np", "cr", "so", "si",
|
"bs", "ht", "newline", "vt", "np", "cr", "so", "si",
|
||||||
"dle","dc1","dc2","dc3","dc4","nak","syn","etb",
|
"dle","dc1","dc2","dc3","dc4","nak","syn","etb",
|
||||||
"can", "em","sub","esc", "fs", "gs", "rs", "us",
|
"can", "em","sub","esc", "fs", "gs", "rs", "us",
|
||||||
"space", "nl", "tab", "backspace", "return", "page", "null", "del"};
|
"space", "sp", "nl", "tab", "backspace", "return", "page", "null", "del"};
|
||||||
const char scm_charnums[] =
|
const char scm_charnums[] =
|
||||||
"\000\001\002\003\004\005\006\007\
|
"\000\001\002\003\004\005\006\007\
|
||||||
\010\011\012\013\014\015\016\017\
|
\010\011\012\013\014\015\016\017\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue