mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(iso-transl-char-map): Add ACCENT SPACE sequences.
This commit is contained in:
parent
fd727f4a0b
commit
378df08c37
1 changed files with 6 additions and 1 deletions
|
|
@ -159,7 +159,12 @@
|
|||
("~n" . [241])
|
||||
("~o" . [245])
|
||||
("~t" . [254])
|
||||
("~~" . [172]))
|
||||
("~~" . [172])
|
||||
("' " . "'")
|
||||
("` " . "`")
|
||||
("\" " . "\"")
|
||||
("^ " . "^")
|
||||
("~ " . "~"))
|
||||
"Alist of character translations for entering ISO characters.
|
||||
Each element has the form (STRING . VECTOR).
|
||||
The sequence STRING of ASCII chars translates into the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue