diff src/lisp.h @ 63186:2249532f80a3

Update EXFUN of Fselect_frame.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 10 Jun 2005 02:29:12 +0000
parents 7dced3c64549
children a8fa7c632ee4 e58cb448e07c a1b34dec1104
line wrap: on
line diff
--- a/src/lisp.h	Fri Jun 10 02:26:58 2005 +0000
+++ b/src/lisp.h	Fri Jun 10 02:29:12 2005 +0000
@@ -2956,7 +2956,7 @@
 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);