summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-03 19:25:59 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-03 19:27:16 +0100
commit76bbb7e648d46cfdc73675eb6e5f52e146f4c368 (patch)
treec2abd18fe2a71b4a1f2599d5c4c691a6a4d53faf /lisp/nxml
parent5586eb463fb3c11298f6e1a0b4fd1e86b9a1dd65 (diff)
downloademacs-76bbb7e648d46cfdc73675eb6e5f52e146f4c368.tar.gz
Remove two functions obsolete since Emacs 23
* lisp/international/mule-cmds.el (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Remove functions obsolete since Emacs 23. * lisp/nxml/xsd-regexp.el: Doc fix.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/xsd-regexp.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el
index f07ca6657ed..3c29803ab97 100644
--- a/lisp/nxml/xsd-regexp.el
+++ b/lisp/nxml/xsd-regexp.el
@@ -52,9 +52,6 @@
;; or a character translatable to such a character (i.e a character
;; for which `encode-char' will return non-nil).
;;
-;; Using unify-8859-on-decoding-mode is probably a good idea here
-;; (and generally with XML and other Unicode-oriented formats).
-;;
;; Unfortunately, this means that this package is currently useless
;; for CJK characters, since there's no mule-unicode charset for the
;; CJK ranges of Unicode. We should devise a workaround for this