diff options
| author | Gerd Moellmann | 1999-09-23 22:17:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-23 22:17:36 +0000 |
| commit | 9ee8429940bc116755e87a3bd292749f0859bf5c (patch) | |
| tree | 30b80e54fc8986640a71e2d1c4a4d15d12b80597 /src | |
| parent | e88b3c50766000aa63195b563016f30547f23bf5 (diff) | |
| download | emacs-9ee8429940bc116755e87a3bd292749f0859bf5c.tar.gz emacs-9ee8429940bc116755e87a3bd292749f0859bf5c.zip | |
Add prototype for add_to_log.
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 9e717a10c18..cfc073966bb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2069,6 +2069,7 @@ int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); | |||
| 2069 | extern Lisp_Object Qtool_bar; | 2069 | extern Lisp_Object Qtool_bar; |
| 2070 | extern Lisp_Object Vshow_trailing_whitespace; | 2070 | extern Lisp_Object Vshow_trailing_whitespace; |
| 2071 | extern int redisplaying_p; | 2071 | extern int redisplaying_p; |
| 2072 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | ||
| 2072 | 2073 | ||
| 2073 | /* Defined in sysdep.c */ | 2074 | /* Defined in sysdep.c */ |
| 2074 | 2075 | ||