summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-04-01 10:55:57 -0700
committerGlenn Morris <rgm@gnu.org>2018-04-01 10:55:57 -0700
commit74dbce93bb9083cbcaf4ba7c3da7333786504b78 (patch)
tree79e7fba4d0fb8392275f4c9d3f982308512b2b79 /lisp/nxml
parentaca7f2582aabd7f0eb5027ae7e6e1d1fbac81643 (diff)
downloademacs-74dbce93bb9083cbcaf4ba7c3da7333786504b78.tar.gz
* 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'."
(defcustom nxml-sexp-element-flag t
"Non-nil means sexp commands treat an element as a single expression."
+ :version "27.1" ; nil -> t
:group 'nxml
:type 'boolean)