* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Default value
is now t.
It has an option to use a single such buffer on selected frame, or
by default use the last buffer that navigated to the current buffer.
+
+** nxml-mode
+
+*** Changed default for variable 'nxml-sexp-element-flag' to true.
+This means that pressing C-M-SPACE now selects the entire tree by
+default, and not just the opening element.
+
+
** Eshell
---
:group 'nxml
:type 'boolean)
-(defcustom nxml-sexp-element-flag nil
+(defcustom nxml-sexp-element-flag t
"Non-nil means sexp commands treat an element as a single expression."
:group 'nxml
:type 'boolean)