Function: nxml-compute-indent

nxml-compute-indent is a byte-compiled function defined in nxml-mode.el.gz.

Signature

(nxml-compute-indent)

Documentation

Return the indent for the line containing point.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defun nxml-compute-indent ()
  "Return the indent for the line containing point."
  (or (nxml-compute-indent-from-matching-start-tag)
      (nxml-compute-indent-from-previous-line)))