emacs/snippets/erlang-mode/undef

5 lines
64 B
Plaintext

# -*- mode: snippet -*-
# name: -undef(...).
# --
-undef($1).
$0