aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
authorGlenn Morris2018-04-01 10:55:57 -0700
committerGlenn Morris2018-04-01 10:55:57 -0700
commit74dbce93bb9083cbcaf4ba7c3da7333786504b78 (patch)
tree79e7fba4d0fb8392275f4c9d3f982308512b2b79 /lisp/nxml
parentaca7f2582aabd7f0eb5027ae7e6e1d1fbac81643 (diff)
downloademacs-74dbce93bb9083cbcaf4ba7c3da7333786504b78.tar.gz
emacs-74dbce93bb9083cbcaf4ba7c3da7333786504b78.zip
* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.
Diffstat (limited to 'lisp/nxml')
-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