diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-10-31 05:18:16 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-10-31 05:18:16 +0000 |
| commit | bf34ebcf258c5b8a1844fd860d89368a4457a87f (patch) | |
| tree | 3d10536647868db9f9827c56fc0542ce8b5ac70f | |
| parent | ccbcf9792673b367169039a96400f418d9f7b914 (diff) | |
| download | emacs-bf34ebcf258c5b8a1844fd860d89368a4457a87f.tar.gz | |
* dispextern.h (sit_for): Declare this extern.
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a1ea0c8fb86..be6c2fbecbb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -131,3 +131,4 @@ struct frame_glyphs }; extern void get_display_line (); +extern Lisp_Object sit_for (); |
