diff options
| author | Richard M. Stallman | 1995-05-08 15:42:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-08 15:42:59 +0000 |
| commit | e518d5e1418fa75f227bdaa04074831e10909c5b (patch) | |
| tree | f0318808599e3a893557721750ba1072aa812184 /src | |
| parent | 57eed34a7c521c4def4fe88f57825cc78aaa6889 (diff) | |
| download | emacs-e518d5e1418fa75f227bdaa04074831e10909c5b.tar.gz emacs-e518d5e1418fa75f227bdaa04074831e10909c5b.zip | |
(Fraise_frame, Flower_frame): Make arg FRAME optional.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 09a7c0a38f0..145bc110a3e 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1321,7 +1321,7 @@ DEFUN ("visible-frame-list", Fvisible_frame_list, Svisible_frame_list, | |||
| 1321 | } | 1321 | } |
| 1322 | 1322 | ||
| 1323 | 1323 | ||
| 1324 | DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 1, 1, "", | 1324 | DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 0, 1, "", |
| 1325 | "Bring FRAME to the front, so it occludes any frames it overlaps.\n\ | 1325 | "Bring FRAME to the front, so it occludes any frames it overlaps.\n\ |
| 1326 | If FRAME is invisible, make it visible.\n\ | 1326 | If FRAME is invisible, make it visible.\n\ |
| 1327 | If you don't specify a frame, the selected frame is used.\n\ | 1327 | If you don't specify a frame, the selected frame is used.\n\ |
| @@ -1345,7 +1345,7 @@ doesn't support multiple overlapping frames, this function does nothing.") | |||
| 1345 | } | 1345 | } |
| 1346 | 1346 | ||
| 1347 | /* Should we have a corresponding function called Flower_Power? */ | 1347 | /* Should we have a corresponding function called Flower_Power? */ |
| 1348 | DEFUN ("lower-frame", Flower_frame, Slower_frame, 1, 1, "", | 1348 | DEFUN ("lower-frame", Flower_frame, Slower_frame, 0, 1, "", |
| 1349 | "Send FRAME to the back, so it is occluded by any frames that overlap it.\n\ | 1349 | "Send FRAME to the back, so it is occluded by any frames that overlap it.\n\ |
| 1350 | If you don't specify a frame, the selected frame is used.\n\ | 1350 | If you don't specify a frame, the selected frame is used.\n\ |
| 1351 | If Emacs is displaying on an ordinary terminal or some other device which\n\ | 1351 | If Emacs is displaying on an ordinary terminal or some other device which\n\ |