diff options
author | Glenn Morris <rgm@gnu.org> | 2018-04-01 10:55:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-04-01 10:55:57 -0700 |
commit | 74dbce93bb9083cbcaf4ba7c3da7333786504b78 (patch) | |
tree | 79e7fba4d0fb8392275f4c9d3f982308512b2b79 /lisp/nxml/nxml-mode.el | |
parent | aca7f2582aabd7f0eb5027ae7e6e1d1fbac81643 (diff) | |
download | emacs-74dbce93bb9083cbcaf4ba7c3da7333786504b78.tar.gz |
* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.
Diffstat (limited to 'lisp/nxml/nxml-mode.el')
-rw-r--r-- | lisp/nxml/nxml-mode.el | 1 |
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) |