spacemacs/snippets/erlang-mode/undef
2013-01-23 19:53:54 -05:00

5 lines
53 B
Plaintext

# name: -undef(...).
# key: undef
# --
-undef($1).
$0