* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.

This commit is contained in:
Glenn Morris 2018-04-01 10:55:57 -07:00
parent aca7f2582a
commit 74dbce93bb

View file

@ -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)