]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fraise_frame, Flower_frame): Make arg FRAME optional.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 15:42:59 +0000 (15:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 May 1995 15:42:59 +0000 (15:42 +0000)
src/frame.c

index 09a7c0a38f091b1206fe0a328ab7747f61949d0e..145bc110a3e7b7e47fdf3056867380ea789c7583 100644 (file)
@@ -1321,7 +1321,7 @@ DEFUN ("visible-frame-list", Fvisible_frame_list, Svisible_frame_list,
 }
 
 
-DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 1, 1, "",
+DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 0, 1, "",
   "Bring FRAME to the front, so it occludes any frames it overlaps.\n\
 If FRAME is invisible, make it visible.\n\
 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.")
 }
 
 /* Should we have a corresponding function called Flower_Power?  */
-DEFUN ("lower-frame", Flower_frame, Slower_frame, 1, 1, "",
+DEFUN ("lower-frame", Flower_frame, Slower_frame, 0, 1, "",
   "Send FRAME to the back, so it is occluded by any frames that overlap it.\n\
 If you don't specify a frame, the selected frame is used.\n\
 If Emacs is displaying on an ordinary terminal or some other device which\n\