summaryrefslogtreecommitdiff
path: root/lisp/nxml/nxml-mode.el
diff options
context:
space:
mode:
authorJostein Kjønigsen <jostein@kjonigsen.net>2018-03-20 07:15:17 +0100
committerEli Zaretskii <eliz@gnu.org>2018-04-01 12:33:59 +0300
commit02e4b05c9d274e278581e811a4e935f922db402b (patch)
tree1bd8088138d3037db27cb24395948affd97a0f7c /lisp/nxml/nxml-mode.el
parenta8ddd05d7d32946b892b9faaba6c9736ed2ad847 (diff)
downloademacs-02e4b05c9d274e278581e811a4e935f922db402b.tar.gz
Change the default value of nxml-sexp-element-flag.
* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Default value is now t.
Diffstat (limited to 'lisp/nxml/nxml-mode.el')
-rw-r--r--lisp/nxml/nxml-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 1df410e505d..554b5acfb20 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -56,7 +56,7 @@ The glyph is displayed in face `nxml-glyph'."
: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)