* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.
This commit is contained in:
parent
aca7f2582a
commit
74dbce93bb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue