From: Gerd Moellmann Date: Thu, 23 Sep 1999 22:17:36 +0000 (+0000) Subject: Add prototype for add_to_log. X-Git-Tag: emacs-pretest-21.0.90~6646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ee8429940bc116755e87a3bd292749f0859bf5c;p=emacs.git Add prototype for add_to_log. --- 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 *)); extern Lisp_Object Qtool_bar; extern Lisp_Object Vshow_trailing_whitespace; extern int redisplaying_p; +extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); /* Defined in sysdep.c */