mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-10 00:42:17 -07:00
iso-transl.el: Remove ineffective backslashes in previous patch
* lisp/international/iso-transl.el (iso-transl-char-map): Remove ineffective backslashes in previous patch.
This commit is contained in:
parent
1e07e6083c
commit
ba34e44cf3
1 changed files with 12 additions and 12 deletions
|
|
@ -242,18 +242,18 @@
|
|||
("^^s" . [?š])
|
||||
("^^u" . [?ǔ])
|
||||
("^^z" . [?ž])
|
||||
("\)A" . [?Ă])
|
||||
("\)E" . [?Ĕ])
|
||||
("\)G" . [?Ğ])
|
||||
("\)I" . [?Ĭ])
|
||||
("\)O" . [?Ŏ])
|
||||
("\)U" . [?Ŭ])
|
||||
("\)a" . [?ă])
|
||||
("\)e" . [?ĕ])
|
||||
("\)g" . [?ğ])
|
||||
("\)i" . [?ĭ])
|
||||
("\)o" . [?ŏ])
|
||||
("\)u" . [?ŭ])
|
||||
(")A" . [?Ă])
|
||||
(")E" . [?Ĕ])
|
||||
(")G" . [?Ğ])
|
||||
(")I" . [?Ĭ])
|
||||
(")O" . [?Ŏ])
|
||||
(")U" . [?Ŭ])
|
||||
(")a" . [?ă])
|
||||
(")e" . [?ĕ])
|
||||
(")g" . [?ğ])
|
||||
(")i" . [?ĭ])
|
||||
(")o" . [?ŏ])
|
||||
(")u" . [?ŭ])
|
||||
("_a" . [?ª])
|
||||
("_o" . [?º])
|
||||
("`A" . [?À])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue