aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/lisp.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c26abef7885..b053a990491 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-07-04 Kenichi Handa <handa@m17n.org>
2
3 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
4
5 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
6
12008-07-02 Jason Rumney <jasonr@gnu.org> 72008-07-02 Jason Rumney <jasonr@gnu.org>
2 8
3 * xfns.c (syms_of_xfns): Only define x-select-font when both 9 * xfns.c (syms_of_xfns): Only define x-select-font when both
diff --git a/src/lisp.h b/src/lisp.h
index 75a0fc37a8f..c4216b74dcd 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2388,7 +2388,7 @@ EXFUN (Fstring_make_unibyte, 1);
2388EXFUN (Fstring_as_multibyte, 1); 2388EXFUN (Fstring_as_multibyte, 1);
2389EXFUN (Fstring_as_unibyte, 1); 2389EXFUN (Fstring_as_unibyte, 1);
2390EXFUN (Fstring_to_multibyte, 1); 2390EXFUN (Fstring_to_multibyte, 1);
2391EXFUN (Fstring_to_unibyte, 2); 2391EXFUN (Fstring_to_unibyte, 1);
2392EXFUN (Fsubstring, 3); 2392EXFUN (Fsubstring, 3);
2393extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int)); 2393extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int));
2394EXFUN (Fnth, 2); 2394EXFUN (Fnth, 2);