summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/erlang-mode/ifndef
blob: dcd67a78b179689314d60b130fb68d99072e255f (plain)
1
2
3
4
5
#name : -ifndef(...). ... -endif.
# --
-ifndef($1).
$0
-endif.