Function: comint--fontify-input-ppss-flush-indirect

comint--fontify-input-ppss-flush-indirect is a byte-compiled function defined in comint.el.gz.

Signature

(comint--fontify-input-ppss-flush-indirect BEG &rest REST)

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defun comint--fontify-input-ppss-flush-indirect (beg &rest rest)
  (when-let ((buf (comint-indirect-buffer t)))
    (with-current-buffer buf
      (when (memq #'syntax-ppss-flush-cache before-change-functions)
        (apply #'syntax-ppss-flush-cache beg rest)))))