From d003f70c6faf3c45fea2b5e58f052dccb7f12f4a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 3 Dec 2021 17:43:02 +0100 Subject: [PATCH] Move 'C-x 8 .' to 'C-x 8 . .' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/international/iso-transl.el (iso-transl-char-map): Move 'C-x 8 .' to 'C-x 8 . .' and add ż. --- etc/NEWS | 4 ++++ lisp/international/iso-transl.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 9c64f7dbc86..8dadd3d268d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -75,6 +75,10 @@ time. * Changes in Emacs 29.1 +--- +** 'C-x 8 .' has been moved to 'C-x 8 . .'. +This is to open up the 'C-x 8 .' map to bind further characters there. + --- ** 'write-file' will now copy some file mode bits. If the current buffer is visiting a file that is executable, the diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index c59a25efd3a..2d12d01d351 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el @@ -117,7 +117,8 @@ ("*-" . [?­]) ("-" . [?­]) ("*." . [?·]) - ("." . [?·]) + (".." . [?·]) + (".z" . [?ż]) ("//" . [?÷]) ("/A" . [?Å]) ("/L" . [?Ł]) -- 2.39.5