aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-01-27 04:39:53 +0000
committerKenichi Handa2009-01-27 04:39:53 +0000
commitf4017dc56c01b7f8f3d355374bb9418a6138bf42 (patch)
treee4ace3c50895919ce285ea81e386828a60bd285a
parentbe7ca04425ef610dc0b00b0d97c5a97410f2327a (diff)
downloademacs-f4017dc56c01b7f8f3d355374bb9418a6138bf42.tar.gz
emacs-f4017dc56c01b7f8f3d355374bb9418a6138bf42.zip
New function `coding-sytem-from-name'.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 23e8e7f2f64..767120d6838 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1623,6 +1623,10 @@ ordered by their priorities.
1623+++ 1623+++
1624**** `set-coding-system-priority' sets priorities of coding systems. 1624**** `set-coding-system-priority' sets priorities of coding systems.
1625 1625
1626**** `coding-system-from-name' returns a coding system matching with
1627the argument name.
1628
1629
1626** There is a new input method, Robin, different from Quail. 1630** There is a new input method, Robin, different from Quail.
1627It has three functionalities: 1631It has three functionalities:
1628 i) a simple input method (converts an ASCII sequence into a string). 1632 i) a simple input method (converts an ASCII sequence into a string).