diff src/emacsfns.h @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 6a378aca36af
line wrap: on
line diff
--- a/src/emacsfns.h	Mon Aug 13 09:03:47 2007 +0200
+++ b/src/emacsfns.h	Mon Aug 13 09:04:33 2007 +0200
@@ -684,7 +684,7 @@
 				   Lisp_Object function,
 				   Lisp_Object object1,
 				   Lisp_Object object2);
-Lisp_Object call_with_suspended_errors (Lisp_Object (*fun)(),
+Lisp_Object call_with_suspended_errors (lisp_fn_t fun,
 					Lisp_Object retval,
 					Lisp_Object class,
 					Error_behavior errb,