aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-23 05:38:20 +0000
committerRichard M. Stallman1994-05-23 05:38:20 +0000
commitd56b45eba637f59584d996128329ac98b873b993 (patch)
tree4d3f367364eec873b4406f13a214684db44719d4 /src
parentef90db45609739119fd9b13d68e9814c491648cb (diff)
downloademacs-d56b45eba637f59584d996128329ac98b873b993.tar.gz
emacs-d56b45eba637f59584d996128329ac98b873b993.zip
(other_visible_frames): No longer static.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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.")
732 0 if all frames aside from F are invisible. 732 0 if all frames aside from F are invisible.
733 (Exception: if F is the terminal frame, and we are using X, return 1.) */ 733 (Exception: if F is the terminal frame, and we are using X, return 1.) */
734 734
735static int 735int
736other_visible_frames (f) 736other_visible_frames (f)
737 FRAME_PTR f; 737 FRAME_PTR f;
738{ 738{