diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-06-10 02:29:12 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-06-10 02:29:12 +0000 |
commit | 9848feb480dbc9255f770d23ca7f3db9b1ba8d40 (patch) | |
tree | 75b3d3844503719b7b28427c0ef15c299fb994ab /src/lisp.h | |
parent | f840fb39d6091f5d8cd361ae6531ba7f38979133 (diff) | |
download | emacs-9848feb480dbc9255f770d23ca7f3db9b1ba8d40.tar.gz |
Update EXFUN of Fselect_frame.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |