comparison src/print.c @ 90533:8a8e69664178

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
author Miles Bader <miles@gnu.org>
date Wed, 19 Jul 2006 00:42:56 +0000
parents 72dea2ff0142 478ceb2bebd8
children 7f3f771c85fa
comparison
equal deleted inserted replaced
90532:e22cf6d2400c 90533:8a8e69664178
1030 1030
1031 return value; 1031 return value;
1032 } 1032 }
1033 1033
1034 /* Print an error message for the error DATA onto Lisp output stream 1034 /* Print an error message for the error DATA onto Lisp output stream
1035 STREAM (suitable for the print functions). */ 1035 STREAM (suitable for the print functions).
1036 CONTEXT is a C string describing the context of the error.
1037 CALLER is the Lisp function inside which the error was signaled. */
1036 1038
1037 void 1039 void
1038 print_error_message (data, stream, context, caller) 1040 print_error_message (data, stream, context, caller)
1039 Lisp_Object data, stream; 1041 Lisp_Object data, stream;
1040 char *context; 1042 char *context;