Function: ppss-comment-or-string-start--cmacro

ppss-comment-or-string-start--cmacro is a function defined in syntax.el.gz.

Signature

(ppss-comment-or-string-start--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining ppss-comment-or-string-start.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
;; Closure converted to defun by helpful.
(defun ppss-comment-or-string-start--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `ppss-comment-or-string-start'."
  (cl-block ppss-comment-or-string-start--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block ppss-comment-or-string-start
	(progn
	  (nth 8 cl-x)))
     nil nil nil cl-x)))