]> git.eshelyaron.com Git - emacs.git/commitdiff
EXFUN adjusted for the change of Fstring_to_unibyte.
authorKenichi Handa <handa@m17n.org>
Fri, 4 Jul 2008 02:26:05 +0000 (02:26 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 4 Jul 2008 02:26:05 +0000 (02:26 +0000)
src/ChangeLog
src/lisp.h

index c26abef788554558b5f227c145ee83306e668bca..b053a990491ab6269175d6cde8e02ec557278d83 100644 (file)
@@ -1,3 +1,9 @@
+2008-07-04  Kenichi Handa  <handa@m17n.org>
+
+       * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
+
+       * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
+
 2008-07-02  Jason Rumney  <jasonr@gnu.org>
 
         * xfns.c (syms_of_xfns): Only define x-select-font when both
index 75a0fc37a8f0f2c9b88daa4614ac1e4ae5b1721d..c4216b74dcdda090da98952f43af0f1401bb6d4f 100644 (file)
@@ -2388,7 +2388,7 @@ EXFUN (Fstring_make_unibyte, 1);
 EXFUN (Fstring_as_multibyte, 1);
 EXFUN (Fstring_as_unibyte, 1);
 EXFUN (Fstring_to_multibyte, 1);
-EXFUN (Fstring_to_unibyte, 2);
+EXFUN (Fstring_to_unibyte, 1);
 EXFUN (Fsubstring, 3);
 extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));
 EXFUN (Fnth, 2);