From f3c7a19423d2a01c6e25dd017884b78c09a50d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20Kj=C3=B8nigsen?= Date: Mon, 19 Mar 2018 21:48:33 +0100 Subject: [PATCH] nxml-mode: change nxml-sexp-element-flag default to t --- lisp/nxml/nxml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 1df410e505..554b5acfb2 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -56,7 +56,7 @@ nxml-char-ref-display-glyph-flag :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) -- 2.14.1