]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/fixtures/test/let.el
Merge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring
[gnu-emacs-elpa] / packages / context-coloring / fixtures / test / let.el
1 (let (a
2 (b a)
3 (c free)
4 (d (let (a
5 (b a)
6 (c free))
7 (and a b c free))))
8 (and a b c free))
9
10 (let ;; comment
11 ("s"))
12
13 (let (a '))