# HG changeset patch # User Richard M. Stallman # Date 1027201646 0 # Node ID 4de08f73c18eab6ec3009492e2461387cf5130d1 # Parent 765f9cd60063a8ced8529e11d18fa28c977c5990 (print_error_message): Declare new args. diff -r 765f9cd60063 -r 4de08f73c18e src/lisp.h --- a/src/lisp.h Sat Jul 20 21:47:00 2002 +0000 +++ b/src/lisp.h Sat Jul 20 21:47:26 2002 +0000 @@ -2474,7 +2474,7 @@ extern Lisp_Object Qprint_escape_newlines; extern void write_string P_ ((char *, int)); extern void write_string_1 P_ ((char *, int, Lisp_Object)); -extern void print_error_message P_ ((Lisp_Object, Lisp_Object)); +extern void print_error_message P_ ((Lisp_Object, Lisp_Object, char *, Lisp_Object)); extern Lisp_Object internal_with_output_to_temp_buffer P_ ((const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object)); extern void float_to_string P_ ((unsigned char *, double));