Mercurial > emacs
changeset 31875:11ea7b711a85
(help_echo_showing_p): Declare extern.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 25 Sep 2000 14:25:20 +0000 |
parents | 8db5d996cfdb |
children | de16d989722a |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Mon Sep 25 14:25:02 2000 +0000 +++ b/src/dispextern.h Mon Sep 25 14:25:20 2000 +0000 @@ -2153,6 +2153,7 @@ 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 */