]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/ifndef
Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / ifndef
1 # name: -ifndef(...). ... -endif.
2 # key: ifndef
3 # --
4 -ifndef($1).
5 $0
6 -endif.