From: Luc Teirlinck Date: Fri, 10 Jun 2005 02:29:12 +0000 (+0000) Subject: Update EXFUN of Fselect_frame. X-Git-Tag: emacs-pretest-22.0.90~9158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9848feb480dbc9255f770d23ca7f3db9b1ba8d40;p=emacs.git Update EXFUN of Fselect_frame. --- diff --git a/src/lisp.h b/src/lisp.h index e1a7e61c70a..7cb3b0719dc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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);