]> code.delx.au - gnu-emacs-elpa/blob - fixtures/test/let.el
Reorganize files.
[gnu-emacs-elpa] / 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 '))