*** empty log message ***
[bpt/emacs.git] / src / dispextern.h
index 365f229..19a0bfc 100644 (file)
@@ -1,11 +1,11 @@
 /* Interface definitions for display code.
 /* 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
 
 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,
 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 ();
                         * 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;