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