From: Glenn Morris Date: Sun, 1 Apr 2018 17:55:57 +0000 (-0700) Subject: * lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version. X-Git-Tag: emacs-27.0.90~5350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74dbce93bb9083cbcaf4ba7c3da7333786504b78;p=emacs.git * lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version. --- 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)