aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-20 21:47:26 +0000
committerRichard M. Stallman2002-07-20 21:47:26 +0000
commit8e40b6cbe93f1f2143c8d39509db4582a8709fef (patch)
tree26fc6fb08968cefb10c688661676a275f1927eed /src/lisp.h
parentdc4854ce115eeb86201afb4905c4f5e845988343 (diff)
downloademacs-8e40b6cbe93f1f2143c8d39509db4582a8709fef.tar.gz
emacs-8e40b6cbe93f1f2143c8d39509db4582a8709fef.zip
(print_error_message): Declare new args.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index d11c31590e5..ab2facaa23c 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2474,7 +2474,7 @@ extern int print_level, print_escape_newlines;
2474extern Lisp_Object Qprint_escape_newlines; 2474extern Lisp_Object Qprint_escape_newlines;
2475extern void write_string P_ ((char *, int)); 2475extern void write_string P_ ((char *, int));
2476extern void write_string_1 P_ ((char *, int, Lisp_Object)); 2476extern void write_string_1 P_ ((char *, int, Lisp_Object));
2477extern void print_error_message P_ ((Lisp_Object, Lisp_Object)); 2477extern void print_error_message P_ ((Lisp_Object, Lisp_Object, char *, Lisp_Object));
2478extern Lisp_Object internal_with_output_to_temp_buffer 2478extern Lisp_Object internal_with_output_to_temp_buffer
2479 P_ ((const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object)); 2479 P_ ((const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object));
2480extern void float_to_string P_ ((unsigned char *, double)); 2480extern void float_to_string P_ ((unsigned char *, double));