diff options
| author | Andreas Schwab | 1997-11-28 14:37:15 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1997-11-28 14:37:15 +0000 |
| commit | 3d03cf9fdbaeb9d0f7d7e2a4bac322126c128ed7 (patch) | |
| tree | fd9eaaac565d1d5ddc5993b37ab76649a3e5cd28 /src/print.c | |
| parent | d53152829b309f253d255a238e08d9d5c9a06b2f (diff) | |
| download | emacs-3d03cf9fdbaeb9d0f7d7e2a4bac322126c128ed7.tar.gz emacs-3d03cf9fdbaeb9d0f7d7e2a4bac322126c128ed7.zip | |
(internal_with_output_to_temp_buffer):
Don't declare arg type taken by 2nd arg.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 48583dabd06..ecfec6b3a8b 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -582,7 +582,7 @@ temp_output_buffer_setup (bufname) | |||
| 582 | Lisp_Object | 582 | Lisp_Object |
| 583 | internal_with_output_to_temp_buffer (bufname, function, args) | 583 | internal_with_output_to_temp_buffer (bufname, function, args) |
| 584 | char *bufname; | 584 | char *bufname; |
| 585 | Lisp_Object (*function) P_ ((Lisp_Object)); | 585 | Lisp_Object (*function) (); |
| 586 | Lisp_Object args; | 586 | Lisp_Object args; |
| 587 | { | 587 | { |
| 588 | int count = specpdl_ptr - specpdl; | 588 | int count = specpdl_ptr - specpdl; |