summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-01-11 16:01:26 +0000
committerJason Rumney <jasonr@gnu.org>2008-01-11 16:01:26 +0000
commitb85b660458e1aefb0c84b028234d9c202b2176bc (patch)
treeea4e6cf55decf0aa11d62e88f54ea8a0bcec3cd4 /lisp/nxml
parent7a10d292714ad6330bfcb87d651a68e5302c090e (diff)
downloademacs-b85b660458e1aefb0c84b028234d9c202b2176bc.tar.gz
(nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index d45c1ded786..53c47810a1d 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -554,6 +554,7 @@ Many aspects this mode can be customized using
(when nxml-auto-insert-xml-declaration-flag
(nxml-insert-xml-declaration)))
(rng-nxml-mode-init)
+ (nxml-enable-unicode-char-name-sets)
(run-hooks 'nxml-mode-hook))
(defun nxml-degrade (context err)
@@ -2432,7 +2433,7 @@ and attempts to find another possible way to do the markup."
;;; Character names
-(defvar nxml-char-name-ignore-case nil)
+(defvar nxml-char-name-ignore-case t)
(defvar nxml-char-name-alist nil
"Alist of character names.