diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2011-04-08 11:37:15 -0400 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2011-04-08 11:37:15 -0400 |
| commit | cbb59342310c395a04b5dc85454938167793dd96 (patch) | |
| tree | 833ee203c2b09cd9f826cc25081811d38e15a484 /src/lisp.h | |
| parent | e3971c4440fc828326aaeec79d1a53638d67ed0f (diff) | |
| download | emacs-cbb59342310c395a04b5dc85454938167793dd96.tar.gz | |
Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.
* lisp/help.el (help-form-show): New function, to be called from C.
Put help-form output in a buffer named differently than *Help*.
* src/keyboard.c (read_char): Call Lisp function help-form-show,
instead of using internal_with_output_to_temp_buffer.
(Qhelp_form_show): New var.
* src/lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
* src/print.c (internal_with_output_to_temp_buffer): Function deleted.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index f3016d521d1..250c0d807ac 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2775,8 +2775,6 @@ extern Lisp_Object Qprint_escape_newlines; extern void write_string (const char *, int); extern void print_error_message (Lisp_Object, Lisp_Object, const char *, Lisp_Object); -extern Lisp_Object internal_with_output_to_temp_buffer - (const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object); #define FLOAT_TO_STRING_BUFSIZE 350 extern void float_to_string (char *, double); extern void syms_of_print (void); |
