Files
emacs/lisp/yasnippet-snippets/snippets/emacs-lisp-mode/fboundp
2020-12-05 21:29:49 +01:00

6 lines
109 B
Plaintext

# -*- mode: snippet -*-
# contributor: Xah Lee (XahLee.org)
# name: fboundp
# key: fboundp
# --
(fboundp '$0)