Mercurial > emacs
changeset 25796:952b7a2a3d91
Add prototype for add_to_log.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 23 Sep 1999 22:17:36 +0000 |
parents | 84921c27b2b5 |
children | 0d73a1e7b7f2 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Thu Sep 23 11:58:49 1999 +0000 +++ b/src/dispextern.h Thu Sep 23 22:17:36 1999 +0000 @@ -2069,6 +2069,7 @@ 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 */