projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca7f25
)
* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.
author
Glenn Morris
<rgm@gnu.org>
Sun, 1 Apr 2018 17:55:57 +0000
(10:55 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 1 Apr 2018 17:55:57 +0000
(10:55 -0700)
lisp/nxml/nxml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/nxml/nxml-mode.el
b/lisp/nxml/nxml-mode.el
index a9298be4fb409d96f8804d1e9df4db5cee70a785..e2b51bc01ab0eee32692252cdf5ed3521517efb7 100644
(file)
--- 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)