]> git.eshelyaron.com Git - emacs.git/commitdiff
(echoing, echo_message_buffer): Make externally
authorGerd Moellmann <gerd@gnu.org>
Wed, 4 Apr 2001 14:04:38 +0000 (14:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 4 Apr 2001 14:04:38 +0000 (14:04 +0000)
visible.

src/keyboard.c

index 3b774ea27532d6e29ef8d8eb86abbaac3187a3df..1d984be4fcc52fbdde3c77ae8f482dfb8a21e5eb 100644 (file)
@@ -202,7 +202,7 @@ int waiting_for_input;
 
 /* True while displaying for echoing.   Delays C-g throwing.  */
 
-static int echoing;
+int echoing;
 
 /* Non-null means we can start echoing at the next input pause even
    though there is something in the echo area.  */
@@ -219,7 +219,7 @@ static struct kboard *echo_kboard;
 /* The buffer used for echoing.  Set in echo_now, reset in
    cancel_echoing.  */
 
-static Lisp_Object echo_message_buffer;
+Lisp_Object echo_message_buffer;
 
 /* Nonzero means disregard local maps for the menu bar.  */
 static int inhibit_local_menu_bar_menus;