() Andreas Schwab () Tue, 28 Feb 2017 11:57:34 +0100 See [link]. The linebreak before function_body represents _optional_ newlines. Thanks for the link. I see that the ‘linebreak’ production: linebreak : newline_list | /* empty */ ; includes possibility of expanding to nothing, and wonder (idly) if that was always the case. Somehow i have the impression its optionality is "new". -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502