From 69a7a14df4b6356fe7c0fe54a33e79428a5c2abc Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 9 Aug 2000 18:41:00 +0000 Subject: [PATCH] (Qredisplay_dont_pause): Declare extern. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispextern.h b/src/dispextern.h index a067bcf72f8..06cb841bb51 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2287,6 +2287,7 @@ void bitch_at_user P_ ((void)); Lisp_Object sit_for P_ ((int, int, int, int, int)); void init_display P_ ((void)); void syms_of_display P_ ((void)); +extern Lisp_Object Qredisplay_dont_pause; /* Defined in term.c */ -- 2.39.2