Mercurial > emacs
changeset 97557:d88727c5f6c8
(font_deferred_log): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 19 Aug 2008 07:46:14 +0000 |
parents | 0fc47f017980 |
children | ec399baa25dd |
files | src/font.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Tue Aug 19 07:45:55 2008 +0000 +++ b/src/font.h Tue Aug 19 07:46:14 2008 +0000 @@ -866,6 +866,7 @@ #endif extern void font_add_log P_ ((char *, Lisp_Object, Lisp_Object)); +extern void font_deferred_log P_ ((char *, Lisp_Object, Lisp_Object)); #ifdef FONT_DEBUG #define font_assert(X) do {if (!(X)) abort ();} while (0)