summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-07-09 08:40:38 +0800
committerPo Lu <luangruo@yahoo.com>2023-07-09 08:40:38 +0800
commitf812d92f67a28f49823ff8414bb9bcfb3eb82676 (patch)
tree08e7d08347f56cf16be643e83de8de3199bcde7d /lisp/international
parenta36207574ac436fd8871639388cc6400069bb9bb (diff)
parent9c282faf26eb517532508d466270b7b97d436c70 (diff)
downloademacs-f812d92f67a28f49823ff8414bb9bcfb3eb82676.tar.gz
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/mule-conf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index a27aaf9e522..f65f124b633 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1600,7 +1600,7 @@ for decoding and encoding files, process I/O, etc."
(define-coding-system 'utf-7
"UTF-7 encoding of Unicode (RFC 2152)."
:coding-type 'utf-8
- :mnemonic ?U
+ :mnemonic ?u
:mime-charset 'utf-7
:charset-list '(unicode)
:pre-write-conversion 'utf-7-pre-write-conversion