1
Fork 0
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:
Stefan Monnier 2026-03-07 11:45:57 -05:00
parent 1e07e6083c
commit ba34e44cf3

View file

@ -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" . [])