summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2019-01-30 12:31:49 -0800
committerEric Abrahamsen <eric@ericabrahamsen.net>2019-02-24 10:57:05 -0800
commit28f7e981c10cddd06b879a79ade214f273ba4498 (patch)
tree23f4b61a4ce0bd333776626c8e29df634b16c18c /.gitignore
parent13e6275e58c3dc84fbb65bc9d05eb875e3096f5f (diff)
downloademacs-28f7e981c10cddd06b879a79ade214f273ba4498.tar.gz
Make pinyin to Chinese character mapping available to elisp
* leim/Makefile.in: Build the file pinyin.el from pinyin.map. * lisp/international/titdic-cnv.el (pinyin-convert): New function that writes the library pinyin.el, containing a new constant `pinyin-character-map'. * .gitignore: Ignore the generated pinyin.el file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 81d3adfb57e..355824f3903 100644
--- a/.gitignore
+++ b/.gitignore
@@ -199,6 +199,7 @@ lisp/international/charscript.el
lisp/international/cp51932.el
lisp/international/eucjp-ms.el
lisp/international/uni-*.el
+lisp/language/pinyin.el
# Documentation.
*.aux