diff src/cmdloop.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 262b8bb4a523
children 7df0dd720c89
line wrap: on
line diff
--- a/src/cmdloop.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/cmdloop.c	Mon Aug 13 10:28:48 2007 +0200
@@ -63,7 +63,10 @@
 /* Variable defined in Lisp. */
 Lisp_Object Qerrors_deactivate_region;
 
+Lisp_Object Qtop_level;
+
 static Lisp_Object command_loop_1 (Lisp_Object dummy);
+EXFUN (Fcommand_loop_1, 0);
 
 /* There are two possible command loops -- one written entirely in
    C and one written mostly in Lisp, except stuff written in C for