changeset 7646:de2c4334fad4

(other_visible_frames): No longer static.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 May 1994 05:38:20 +0000
parents 202339c81fa4
children d93dff6fbc73
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {