From: Karl Heuer Date: Sat, 4 Feb 1995 01:31:01 +0000 (+0000) Subject: [MULTI_PERDISPLAY] (all_perdisplays): New var. X-Git-Tag: emacs-19.34~5203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2b20856f93ddd447f7934afd1bd3515e36eccb5;p=emacs.git [MULTI_PERDISPLAY] (all_perdisplays): New var. --- diff --git a/src/keyboard.c b/src/keyboard.c index 54b470f2eac..980194eb6bf 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -97,6 +97,7 @@ struct backtrace #ifdef MULTI_PERDISPLAY PERDISPLAY *current_perdisplay; +PERDISPLAY *all_perdisplays; #else PERDISPLAY the_only_perdisplay; #endif