Mercurial > emacs
diff src/lisp.h @ 6897:a4ce1a6d7423
(Fprocess_send_eof, Foverlay_get): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Apr 1994 22:05:41 +0000 |
parents | 28359458811c |
children | e953589ce73d |
line wrap: on
line diff
--- a/src/lisp.h Fri Apr 15 22:04:48 1994 +0000 +++ b/src/lisp.h Fri Apr 15 22:05:41 1994 +0000 @@ -1262,6 +1262,7 @@ extern Lisp_Object Fbarf_if_buffer_read_only (); extern Lisp_Object Fcurrent_buffer (), Fswitch_to_buffer (), Fpop_to_buffer (); extern Lisp_Object Fother_buffer (); +extern Lisp_Object Foverlay_get (); extern Lisp_Object Qoverlayp; extern struct buffer *all_buffers; @@ -1390,6 +1391,7 @@ /* defined in process.c */ extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp (); extern Lisp_Object Fprocess_status (), Fkill_process (); +extern Lisp_Object Fprocess_send_eof (); /* defined in callproc.c */ extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory;