From: Gerd Moellmann Date: Wed, 31 Jan 2001 14:48:07 +0000 (+0000) Subject: (interactive_p): Add prototype. X-Git-Tag: emacs-pretest-21.0.98~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ee4d0e69d549471f88ca4448c24b52617f5ee8a;p=emacs.git (interactive_p): Add prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 66f37044ad2..966e3b929d8 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2295,6 +2295,7 @@ extern Lisp_Object Vautoload_queue; extern Lisp_Object Vdebug_on_error; extern Lisp_Object Vsignaling_function; extern int handling_signal; +extern int interactive_p P_ ((int)); /* To run a normal hook, use the appropriate function from the list below. The calling convention: