aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/nxml/nxml-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index a9298be4fb4..e2b51bc01ab 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -58,6 +58,7 @@ The glyph is displayed in face `nxml-glyph'."
58 58
59(defcustom nxml-sexp-element-flag t 59(defcustom nxml-sexp-element-flag t
60 "Non-nil means sexp commands treat an element as a single expression." 60 "Non-nil means sexp commands treat an element as a single expression."
61 :version "27.1" ; nil -> t
61 :group 'nxml 62 :group 'nxml
62 :type 'boolean) 63 :type 'boolean)
63 64