comparison src/keyboard.c @ 39920:61964d31a7a2

(Fcommand_execute): Remove unnecessary prototype (it is already prototyped in included lisp.h).
author Pavel Janík <Pavel@Janik.cz>
date Sun, 14 Oct 2001 16:01:10 +0000
parents e479fa559f2e
children 579177964efa
comparison
equal deleted inserted replaced
39919:a17220779763 39920:61964d31a7a2
1299 } 1299 }
1300 1300
1301 /* This is the actual command reading loop, 1301 /* This is the actual command reading loop,
1302 sans error-handling encapsulation. */ 1302 sans error-handling encapsulation. */
1303 1303
1304 EXFUN (Fcommand_execute, 4);
1305 static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object, 1304 static int read_key_sequence P_ ((Lisp_Object *, int, Lisp_Object,
1306 int, int, int)); 1305 int, int, int));
1307 void safe_run_hooks P_ ((Lisp_Object)); 1306 void safe_run_hooks P_ ((Lisp_Object));
1308 static void adjust_point_for_property P_ ((int)); 1307 static void adjust_point_for_property P_ ((int));
1309 1308