diff options
| author | Gerd Moellmann | 2000-09-25 14:25:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-25 14:25:20 +0000 |
| commit | 583dba75e48cc7cc0328e73f990a6616d4e8328a (patch) | |
| tree | e72c074dd55fcc4780638a13e48e0db64dbb2544 /src | |
| parent | 0813074c023dee1dfb47b0c1e502e4753b577e3d (diff) | |
| download | emacs-583dba75e48cc7cc0328e73f990a6616d4e8328a.tar.gz emacs-583dba75e48cc7cc0328e73f990a6616d4e8328a.zip | |
(help_echo_showing_p): Declare extern.
Diffstat (limited to 'src')
| -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 4f41244cf13..fbb86f21359 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2153,6 +2153,7 @@ extern Lisp_Object Vshow_trailing_whitespace; | |||
| 2153 | extern int redisplaying_p; | 2153 | extern int redisplaying_p; |
| 2154 | extern Lisp_Object Vimage_types; | 2154 | extern Lisp_Object Vimage_types; |
| 2155 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | 2155 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); |
| 2156 | extern int help_echo_showing_p; | ||
| 2156 | 2157 | ||
| 2157 | /* Defined in sysdep.c */ | 2158 | /* Defined in sysdep.c */ |
| 2158 | 2159 | ||