iso-transl.el: Revert cosmetic change

* lisp/international/iso-transl.el (iso-transl-char-map):
Re-add ineffective backslashes removed in in previous patch.
This commit is contained in:
Stefan Monnier 2026-03-08 12:02:08 -04:00
parent b27a9d4bbb
commit f36b6536b0

View file

@ -242,18 +242,22 @@
("^^s" . [])
("^^u" . [])
("^^z" . [])
(")A" . [])
(")E" . [])
(")G" . [])
(")I" . [])
(")O" . [])
(")U" . [])
(")a" . [])
(")e" . [])
(")g" . [])
(")i" . [])
(")o" . [])
(")u" . [])
;; The backslashes in front of the parens below are useless/ineffective
;; in terms of the code's semantics, but we keep them just to stop
;; show-paren from trying to find their matching opener and highlighting
;; them in meaningless way.
("\)A" . [])
("\)E" . [])
("\)G" . [])
("\)I" . [])
("\)O" . [])
("\)U" . [])
("\)a" . [])
("\)e" . [])
("\)g" . [])
("\)i" . [])
("\)o" . [])
("\)u" . [])
("_a" . [])
("_o" . [])
("`A" . [])