]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/defun.el
Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring
[gnu-emacs-elpa] / packages / context-coloring / test / fixtures / defun.el
1 (defun abc (def ghi &optional jkl)
2 (+ def ghi jkl free))
3
4 (abc 1 2 3)
5
6 (defun a)
7 (defun ())
8 (defun b ("a"))