1
Fork 0
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:
Richard M. Stallman 1996-09-12 21:34:10 +00:00
parent fd727f4a0b
commit 378df08c37

View file

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