]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/defun.el
Merge commit 'ba49407c5b4c719dd5dcc298c260513abf0c70df' from swiper
[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"))