Function: c-put-c-type-property

c-put-c-type-property is a byte-compiled function defined in cc-engine.el.gz.

Signature

(c-put-c-type-property POS VALUE)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(defsubst c-put-c-type-property (pos value)
  ;; Put a c-type property with the given value at POS.
  (c-put-char-property pos 'c-type value))