diff options
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 365f229fb53..19a0bfcecfa 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1,11 +1,11 @@ /* Interface definitions for display code. - Copyright (C) 1985 Free Software Foundation, Inc. + Copyright (C) 1985, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -93,10 +93,3 @@ struct screen_glyphs * SCREEN_CURRENT_GLYPHS(s)->enable[(n)]) extern void get_display_line (); - -/* Buffer used by `message' for formatting a message. */ -extern char *message_buf; -extern int message_buf_size; - -/* Nonzero means message_buf is being used by print. */ -extern int message_buf_print; |