Function: nxml-transform-outline-state

nxml-transform-outline-state is a byte-compiled function defined in nxml-outln.el.gz.

Signature

(nxml-transform-outline-state SECTION-START-POS)

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-outln.el.gz
(defun nxml-transform-outline-state (section-start-pos)
  (let* ((old-state
	  (nxml-get-outline-state section-start-pos))
	 (change (assq old-state
		       nxml-outline-state-transform-alist)))
    (when change
      (nxml-set-outline-state section-start-pos
			      (cdr change)))))