]> git.eshelyaron.com Git - emacs.git/commitdiff
[MULTI_PERDISPLAY] (all_perdisplays): New var.
authorKarl Heuer <kwzh@gnu.org>
Sat, 4 Feb 1995 01:31:01 +0000 (01:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 4 Feb 1995 01:31:01 +0000 (01:31 +0000)
src/keyboard.c

index 54b470f2eacf6d82a5292494016b31a673b48fca..980194eb6bf1f9ce638d79961cb1447abebf338e 100644 (file)
@@ -97,6 +97,7 @@ struct backtrace
 
 #ifdef MULTI_PERDISPLAY
 PERDISPLAY *current_perdisplay;
+PERDISPLAY *all_perdisplays;
 #else
 PERDISPLAY the_only_perdisplay;
 #endif