]> git.eshelyaron.com Git - emacs.git/commitdiff
Move 'C-x 8 .' to 'C-x 8 . .'
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 16:43:02 +0000 (17:43 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 16:43:02 +0000 (17:43 +0100)
* lisp/international/iso-transl.el (iso-transl-char-map): Move
'C-x 8 .' to 'C-x 8 . .' and add ż.

etc/NEWS
lisp/international/iso-transl.el

index 9c64f7dbc865f2abdda04bc57717711c244388e7..8dadd3d268d3a0ad261644bc7d304e4029a452a8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -75,6 +75,10 @@ time.
 \f
 * 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
index c59a25efd3af8b2eb859c359e5fab4bad90350c4..2d12d01d35113c1a36ec33c388c63a27412ff346 100644 (file)
     ("*-"   . [?­])
     ("-"    . [?­])
     ("*."   . [?·])
-    ("."    . [?·])
+    (".."   . [?·])
+    (".z"   . [?ż])
     ("//"   . [?÷])
     ("/A"   . [?Å])
     ("/L"   . [?Ł])