mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 01:20:37 -08:00
EXFUN adjusted for the change of Fstring_to_unibyte.
This commit is contained in:
parent
6e8b42de75
commit
9ffc8a3a97
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue