Function: ppss-quoted-p--cmacro

ppss-quoted-p--cmacro is a function defined in syntax.el.gz.

Signature

(ppss-quoted-p--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for ppss-quoted-p.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block ppss-quoted-p--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block ppss-quoted-p
			     (progn (nth 5 cl-x)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `ppss-quoted-p'."]