# HG changeset patch # User Richard M. Stallman # Date 769671500 0 # Node ID de2c4334fad48b035e0918fdcd8f9fee522d2873 # Parent 202339c81fa4289c3829a6762f2391a8149647c2 (other_visible_frames): No longer static. diff -r 202339c81fa4 -r de2c4334fad4 src/frame.c --- a/src/frame.c Mon May 23 05:07:27 1994 +0000 +++ b/src/frame.c Mon May 23 05:38:20 1994 +0000 @@ -732,7 +732,7 @@ 0 if all frames aside from F are invisible. (Exception: if F is the terminal frame, and we are using X, return 1.) */ -static int +int other_visible_frames (f) FRAME_PTR f; {