Function: elisp--shorthand-aware-boundp

elisp--shorthand-aware-boundp is a byte-compiled function defined in elisp-mode.el.gz.

Signature

(elisp--shorthand-aware-boundp SYM)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defun elisp--shorthand-aware-boundp (sym)
  (boundp (intern-soft (symbol-name sym))))