# HG changeset patch # User David A. Holland # Date 1434083618 14400 # Node ID e787bd67bf88c1e1aa86ab3df1a9c32af2f7f02b # Parent ccfcf1da156bca1d86534a439ae7932c6a2ab403 add commented-out note for later (from july 2013) diff -r ccfcf1da156b -r e787bd67bf88 macro.c --- a/macro.c Tue Sep 17 14:59:42 2013 -0400 +++ b/macro.c Fri Jun 12 00:33:38 2015 -0400 @@ -853,6 +853,8 @@ expand_send(es, p, buf, len); break; case ES_WANTLPAREN: + /* XXX notyet */ + //expand_send(es, p, buf, len); break; case ES_NOARG: expand_newarg(es, buf, len);