]> code.delx.au - gnu-emacs-elpa/blob - snippets/erlang-mode/ifndef
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / erlang-mode / ifndef
1 # name: -ifndef(...). ... -endif.
2 # key: ifndef
3 # --
4 -ifndef($1).
5 $0
6 -endif.