Files
emacs/lisp/nxml
Stefan Monnier cc2a0e90ab (nxml-compute-indent-in-token): Use noindent in CDATA
`noindent` is more precise than what we did since it gives more
info to the caller: `indent-for-tab-command` can treat it
differently (e.g. fall back to `indent-relative`) than `indent-region`.

* lisp/nxml/nxml-mode.el (nxml-compute-indent-in-token): Use `noindent`
in CDATA.
(nxml-compute-indent-in-delimited-token): Remove CDATA case, not used
any nmore.
2025-12-27 15:27:49 -05:00
..