unused and would need to hook into error_begin()/return_to_top_level(),
instead of error(), if it were to be used.
+Tue Apr 11 16:42:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * top.c, utils.c, defs.h: Remove error_hook. It is currently
+ unused and would need to hook into error_begin()/return_to_top_level(),
+ instead of error(), if it were to be used.
+
Tue Apr 11 13:46:25 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
* utils.c, defs.h (warning_begin): Renamed from warning_setup, for
void (*call_command_hook) PARAMS ((struct cmd_list_element *c, char *cmd,
int from_tty));
-
-/* Takes control from error (). Typically used to prevent longjmps out of the
- middle of the GUI. Usually used in conjunction with a catch routine. */
-
-NORETURN void (*error_hook) PARAMS (());
-
\f
/* Where to go for return_to_top_level (RETURN_ERROR). */
jmp_buf error_return;