diff src/frame.h @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 57709be46d1b
children cc15677e0335
line wrap: on
line diff
--- a/src/frame.h	Mon Aug 13 11:00:13 2007 +0200
+++ b/src/frame.h	Mon Aug 13 11:01:07 2007 +0200
@@ -658,7 +658,7 @@
 void update_frame_title (struct frame *f);
 Lisp_Object next_frame (Lisp_Object f, Lisp_Object frametype,
 			Lisp_Object console);
-Lisp_Object prev_frame (Lisp_Object f, Lisp_Object frametype,
+Lisp_Object previous_frame (Lisp_Object f, Lisp_Object frametype,
 			Lisp_Object console);
 void store_in_alist (Lisp_Object *alistptr,
 		     CONST char *propname,
@@ -698,8 +698,7 @@
 void io_error_delete_frame (Lisp_Object frame);
 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *),
 			     void *closure);
-int device_matches_console_spec (Lisp_Object frame, Lisp_Object device,
-				 Lisp_Object console);
+int device_matches_console_spec (Lisp_Object device, Lisp_Object console);
 Lisp_Object frame_first_window (struct frame *f);
 int show_gc_cursor (struct frame *f, Lisp_Object cursor);
 void set_frame_selected_window (struct frame *f, Lisp_Object window);