]> code.delx.au - gnu-emacs/commitdiff
Update EXFUN of Fselect_frame.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:29:12 +0000 (02:29 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 10 Jun 2005 02:29:12 +0000 (02:29 +0000)
src/lisp.h

index e1a7e61c70ab666b213d0c20e207e2969b99a9d0..7cb3b0719dca3850a3388d86d0f01edc04f98140 100644 (file)
@@ -2956,7 +2956,7 @@ extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int));
 extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object));
 extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object));
 EXFUN (Fframep, 1);
-EXFUN (Fselect_frame, 2);
+EXFUN (Fselect_frame, 1);
 EXFUN (Fselected_frame, 0);
 EXFUN (Fwindow_frame, 1);
 EXFUN (Fframe_root_window, 1);