]> code.delx.au - gnu-emacs-elpa/blob - test/fixtures/defadvice.el
Trivial cleanup.
[gnu-emacs-elpa] / test / fixtures / defadvice.el
1 (defadvice a (before advice first (b) activate)
2 (let ((c b))
3 (+ b c)))