From: Gerd Moellmann Date: Wed, 26 Sep 2001 12:00:56 +0000 (+0000) Subject: (echo_kboard): Declare extern. X-Git-Tag: emacs-21.1~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=417750de1cb8841ac533435e0c27d862fc9f97e2;p=emacs.git (echo_kboard): Declare extern. --- diff --git a/src/lisp.h b/src/lisp.h index 4ff48462d33..e0830b934b3 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2595,6 +2595,7 @@ extern void syms_of_casetab P_ ((void)); extern int echoing; extern Lisp_Object echo_message_buffer; +extern struct kboard *echo_kboard; extern void cancel_echoing P_ ((void)); extern Lisp_Object Qdisabled, QCfilter; extern Lisp_Object Vtty_erase_char, Vhelp_form, Vtop_level;