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:
parent
b56f2737c6
commit
d003f70c6f
2 changed files with 6 additions and 1 deletions
4
etc/NEWS
4
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
|
||||
|
|
|
@ -117,7 +117,8 @@
|
|||
("*-" . [?])
|
||||
("-" . [?])
|
||||
("*." . [?·])
|
||||
("." . [?·])
|
||||
(".." . [?·])
|
||||
(".z" . [?ż])
|
||||
("//" . [?÷])
|
||||
("/A" . [?Å])
|
||||
("/L" . [?Ł])
|
||||
|
|
Loading…
Add table
Reference in a new issue