diff options
author | Kenichi Handa <handa@m17n.org> | 2009-01-27 04:39:53 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-01-27 04:39:53 +0000 |
commit | f4017dc56c01b7f8f3d355374bb9418a6138bf42 (patch) | |
tree | e4ace3c50895919ce285ea81e386828a60bd285a /etc | |
parent | be7ca04425ef610dc0b00b0d97c5a97410f2327a (diff) | |
download | emacs-f4017dc56c01b7f8f3d355374bb9418a6138bf42.tar.gz |
New function `coding-sytem-from-name'.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1623,6 +1623,10 @@ ordered by their priorities. +++ **** `set-coding-system-priority' sets priorities of coding systems. +**** `coding-system-from-name' returns a coding system matching with +the argument name. + + ** There is a new input method, Robin, different from Quail. It has three functionalities: i) a simple input method (converts an ASCII sequence into a string). |