mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Add bindings for ligature oe to iso-transl-char-map
* lisp/international/iso-transl.el (iso-transl-char-map): Add bindings for small and capital ligature oe. (Bug#23420)
This commit is contained in:
parent
be82888347
commit
3a18c82b8e
@ -177,6 +177,8 @@
|
||||
("c" . [?¢])
|
||||
("*o" . [?°])
|
||||
("o" . [?°])
|
||||
("Oe" . [?œ])
|
||||
("OE" . [?Œ])
|
||||
("*u" . [?µ])
|
||||
("u" . [?µ])
|
||||
("*m" . [?µ])
|
||||
|
Loading…
Reference in New Issue
Block a user