diff options
| author | Kenichi Handa | 2008-06-25 02:45:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-25 02:45:09 +0000 |
| commit | c042d659c1639b2c425f56dcfe7ab34dcc2da397 (patch) | |
| tree | d589ffc72f642be4630bc56f75d570bdd0d50720 /src | |
| parent | 0460afe5318d9af7af02ad3c167b01337c77a0b8 (diff) | |
| download | emacs-c042d659c1639b2c425f56dcfe7ab34dcc2da397.tar.gz emacs-c042d659c1639b2c425f56dcfe7ab34dcc2da397.zip | |
(Fstring_to_unibyte): EXFUN it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 77e11ccdae7..e126f575275 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2388,6 +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 (Fsubstring, 3); | 2392 | EXFUN (Fsubstring, 3); |
| 2392 | 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)); |
| 2393 | EXFUN (Fnth, 2); | 2394 | EXFUN (Fnth, 2); |