diff options
| author | Kenichi Handa | 2008-07-04 02:26:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-07-04 02:26:05 +0000 |
| commit | 9ffc8a3a97c07a46f2d68b7b058ff963112c69aa (patch) | |
| tree | 139f5f18f77a4c4be17ea05364957c856e9b3eb0 /src | |
| parent | 6e8b42de75400d361c8dccc0d91b41b6aceb0dc0 (diff) | |
| download | emacs-9ffc8a3a97c07a46f2d68b7b058ff963112c69aa.tar.gz emacs-9ffc8a3a97c07a46f2d68b7b058ff963112c69aa.zip | |
EXFUN adjusted for the change of Fstring_to_unibyte.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-07-02 Jason Rumney <jasonr@gnu.org> | 7 | 2008-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); | |||
| 2388 | EXFUN (Fstring_as_multibyte, 1); | 2388 | EXFUN (Fstring_as_multibyte, 1); |
| 2389 | EXFUN (Fstring_as_unibyte, 1); | 2389 | EXFUN (Fstring_as_unibyte, 1); |
| 2390 | EXFUN (Fstring_to_multibyte, 1); | 2390 | EXFUN (Fstring_to_multibyte, 1); |
| 2391 | EXFUN (Fstring_to_unibyte, 2); | 2391 | EXFUN (Fstring_to_unibyte, 1); |
| 2392 | EXFUN (Fsubstring, 3); | 2392 | EXFUN (Fsubstring, 3); |
| 2393 | extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int)); | 2393 | extern Lisp_Object substring_both P_ ((Lisp_Object, int, int, int, int)); |
| 2394 | EXFUN (Fnth, 2); | 2394 | EXFUN (Fnth, 2); |