From d56b45eba637f59584d996128329ac98b873b993 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 May 1994 05:38:20 +0000 Subject: [PATCH] (other_visible_frames): No longer static. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 8d9a1ea4a8e..f843345d936 100644 --- a/src/frame.c +++ b/src/frame.c @@ -732,7 +732,7 @@ Otherwise, include all frames.") 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; { -- 2.39.5