Function: syntax-ppss-depth

syntax-ppss-depth is a byte-compiled function defined in syntax.el.gz.

Signature

(syntax-ppss-depth PPSS)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
;;; Incrementally compute and memoize parser state.

(defsubst syntax-ppss-depth (ppss)
  (nth 0 ppss))