summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 1037cc27..bb1e75b3 100644
--- a/parser.c
+++ b/parser.c
@@ -1834,7 +1834,7 @@ static_def(lino_os_t linenoise_txr_binding =
static val me_json(val form, val menv)
{
(void) menv;
- return cons(quote_s, cdr(form));
+ return cdr(form);
}
void parse_init(void)