diff options
| author | Richard M. Stallman | 1994-05-23 05:38:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-23 05:38:20 +0000 |
| commit | d56b45eba637f59584d996128329ac98b873b993 (patch) | |
| tree | 4d3f367364eec873b4406f13a214684db44719d4 /src | |
| parent | ef90db45609739119fd9b13d68e9814c491648cb (diff) | |
| download | emacs-d56b45eba637f59584d996128329ac98b873b993.tar.gz emacs-d56b45eba637f59584d996128329ac98b873b993.zip | |
(other_visible_frames): No longer static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
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 | ||
| 735 | static int | 735 | int |
| 736 | other_visible_frames (f) | 736 | other_visible_frames (f) |
| 737 | FRAME_PTR f; | 737 | FRAME_PTR f; |
| 738 | { | 738 | { |