Move 'C-x 8 .' to 'C-x 8 . .'

* lisp/international/iso-transl.el (iso-transl-char-map): Move
'C-x 8 .' to 'C-x 8 . .' and add ż.
This commit is contained in:
Lars Ingebrigtsen 2021-12-03 17:43:02 +01:00
parent b56f2737c6
commit d003f70c6f
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -117,7 +117,8 @@
("*-" . [?­])
("-" . [?­])
("*." . [])
("." . [])
(".." . [])
(".z" . [])
("//" . [])
("/A" . [])
("/L" . [])