diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-29 19:44:39 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-29 19:44:39 +0000 |
commit | a0c07f4e0f85d5a11bf8b45d6e24730de60c831a (patch) | |
tree | 767250479bb7f8b2f6489e6345cee035abc6bb91 /leim | |
parent | 7069bd161d7e3dc7c40d4cc86c4f6e140ae14e34 (diff) | |
download | emacs-a0c07f4e0f85d5a11bf8b45d6e24730de60c831a.tar.gz |
(\circ): Use the `ring operator' rather than `white circle'.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 3 | ||||
-rw-r--r-- | leim/quail/latin-ltx.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 7fa15b13b16..aa53e797483 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,5 +1,8 @@ 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> + * quail/latin-ltx.el (\circ): Use the `ring operator' rather than + `white circle'. + * Makefile.in (leim-list.el, install): Don't use -r to remove files. 2009-08-25 Glenn Morris <rgm@gnu.org> diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 92632538064..20dd5d37586 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -543,7 +543,7 @@ system, including many technical ones. Examples: ("\\centerdot" ?·) ("\\checkmark" ?✓) ("\\chi" ?χ) - ("\\circ" ?○) + ("\\circ" ?∘) ("\\circeq" ?≗) ("\\circlearrowleft" ?↺) ("\\circlearrowright" ?↻) |