mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
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:
parent
b27a9d4bbb
commit
f36b6536b0
1 changed files with 16 additions and 12 deletions
|
|
@ -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" . [?À])
|
||||
|
|
|
|||
Loading…
Reference in a new issue