diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-25 21:08:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-25 21:08:51 -0800 |
commit | d10f45d341838491de5771d0e903820eba6fdbdd (patch) | |
tree | d479fd38fc27adcd85627836e45bd08b93b4d1b8 /linenoise | |
parent | d20c46f806889739a9ecdc7df56897db77d61544 (diff) | |
download | txr-d10f45d341838491de5771d0e903820eba6fdbdd.tar.gz txr-d10f45d341838491de5771d0e903820eba6fdbdd.tar.bz2 txr-d10f45d341838491de5771d0e903820eba6fdbdd.zip |
bugfix: :key param expander -- symbol.
The -- symbol is not interned in the usr package. This
means that the keyparams.tl code is interning the symbol --
in the sys package, and look for that as a delimiter.
Application code is interning its own -- symbol,
such as pub:-- and passing that.
* lisplib.c (keyparams_set_entries): Intern the -- symbol.
Diffstat (limited to 'linenoise')
0 files changed, 0 insertions, 0 deletions