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