From: Gerd Moellmann Date: Mon, 25 Sep 2000 14:25:20 +0000 (+0000) Subject: (help_echo_showing_p): Declare extern. X-Git-Tag: emacs-pretest-21.0.90~1397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=583dba75e48cc7cc0328e73f990a6616d4e8328a;p=emacs.git (help_echo_showing_p): Declare extern. --- diff --git a/src/dispextern.h b/src/dispextern.h index 4f41244cf13..fbb86f21359 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2153,6 +2153,7 @@ extern Lisp_Object Vshow_trailing_whitespace; extern int redisplaying_p; extern Lisp_Object Vimage_types; extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); +extern int help_echo_showing_p; /* Defined in sysdep.c */