Mercurial > emacs
comparison src/lisp.h @ 21282:58268912c0b5
(make_buffer_string, make_buffer_string_both): Extern them.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 25 Mar 1998 10:45:59 +0000 |
parents | be5da0a5cf64 |
children | f93df7bbcead |
comparison
equal
deleted
inserted
replaced
21281:3763e516cf1e | 21282:58268912c0b5 |
---|---|
1984 EXFUN (Fnarrow_to_region, 2); | 1984 EXFUN (Fnarrow_to_region, 2); |
1985 EXFUN (Fwiden, 0); | 1985 EXFUN (Fwiden, 0); |
1986 EXFUN (Fuser_login_name, 1); | 1986 EXFUN (Fuser_login_name, 1); |
1987 EXFUN (Fsystem_name, 0); | 1987 EXFUN (Fsystem_name, 0); |
1988 extern int clip_to_bounds P_ ((int, int, int)); | 1988 extern int clip_to_bounds P_ ((int, int, int)); |
1989 extern Lisp_Object make_buffer_string P_ ((int, int, int)); | |
1990 extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int)); | |
1989 | 1991 |
1990 /* defined in buffer.c */ | 1992 /* defined in buffer.c */ |
1991 extern void nsberror P_ ((Lisp_Object)); | 1993 extern void nsberror P_ ((Lisp_Object)); |
1992 EXFUN (Foverlay_start, 1); | 1994 EXFUN (Foverlay_start, 1); |
1993 EXFUN (Foverlay_end, 1); | 1995 EXFUN (Foverlay_end, 1); |