diff options
| author | Lars Ingebrigtsen | 2021-12-03 17:43:02 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-12-03 17:43:02 +0100 |
| commit | d003f70c6faf3c45fea2b5e58f052dccb7f12f4a (patch) | |
| tree | f51fa763e116df1bfaa8623192bbf47676037d14 /etc | |
| parent | b56f2737c64c52700f6b0f11e31d24a5ebf0eb3b (diff) | |
| download | emacs-d003f70c6faf3c45fea2b5e58f052dccb7f12f4a.tar.gz emacs-d003f70c6faf3c45fea2b5e58f052dccb7f12f4a.zip | |
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 ż.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -76,6 +76,10 @@ time. | |||
| 76 | * Changes in Emacs 29.1 | 76 | * Changes in Emacs 29.1 |
| 77 | 77 | ||
| 78 | --- | 78 | --- |
| 79 | ** 'C-x 8 .' has been moved to 'C-x 8 . .'. | ||
| 80 | This is to open up the 'C-x 8 .' map to bind further characters there. | ||
| 81 | |||
| 82 | --- | ||
| 79 | ** 'write-file' will now copy some file mode bits. | 83 | ** 'write-file' will now copy some file mode bits. |
| 80 | If the current buffer is visiting a file that is executable, the | 84 | If the current buffer is visiting a file that is executable, the |
| 81 | 'C-x C-w' command will now make the new file executable, too. | 85 | 'C-x C-w' command will now make the new file executable, too. |