]> git.eshelyaron.com Git - emacs.git/commitdiff
(do_switch_frame): Change prototype.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 16:34:51 +0000 (16:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 16:34:51 +0000 (16:34 +0000)
src/lisp.h

index 72b15cc314e1fa00bfa8827ad18921308a6d5164..8f3faaa28e8fd85615035b28797f393b84292a5a 100644 (file)
@@ -2683,7 +2683,7 @@ extern void keys_of_window P_ ((void));
 extern Lisp_Object Qvisible;
 extern void store_frame_param P_ ((struct frame *, Lisp_Object, Lisp_Object));
 extern void store_in_alist P_ ((Lisp_Object *, Lisp_Object, Lisp_Object));
-extern Lisp_Object do_switch_frame P_ ((Lisp_Object, Lisp_Object, int));
+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);