Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 15:37:15 +0000 (11:37 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Apr 2011 15:37:15 +0000 (11:37 -0400)
commitcbb59342310c395a04b5dc85454938167793dd96
tree833ee203c2b09cd9f826cc25081811d38e15a484
parente3971c4440fc828326aaeec79d1a53638d67ed0f
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.
lisp/ChangeLog
lisp/help.el
src/ChangeLog
src/keyboard.c
src/lisp.h
src/print.c
src/window.c