Mercurial > emacs
changeset 63186:2249532f80a3
Update EXFUN of Fselect_frame.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 10 Jun 2005 02:29:12 +0000 |
parents | bd105bca3ee4 |
children | dd0624f7bb99 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);