Function: c-put-string-fence-trim-caches

c-put-string-fence-trim-caches is a macro defined in cc-defs.el.gz.

Signature

(c-put-string-fence-trim-caches POS)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-defs.el.gz
(defmacro c-put-string-fence-trim-caches (pos)
  ;; Put the string-fence syntax-table text property at POS, and invalidate
  ;; the four caches from position POS.
  (declare (debug t))
  `(let ((-pos- ,pos))
     (c-put-string-fence -pos-)
     (c-truncate-lit-pos/state-cache -pos-)))