Variable: forms--iif-start
forms--iif-start is a variable defined in forms.el.gz.
Value
nil
Documentation
Record start of modification command.
Source Code
;; Defined in /usr/src/emacs/lisp/forms.el.gz
;; Special treatment for read-only segments.
;;
;; If text is inserted between two read-only segments, there seems to
;; be no way to give the newly inserted text the RW face.
;; To solve this, read-only segments get the `insert-in-front-hooks'
;; property set with a function that temporarily switches the
;; properties of the first character of the segment to the RW face, so
;; the new text gets the right face. The `post-command-hook' is
;; used to restore the original properties.
(defvar forms--iif-start nil
"Record start of modification command.")