diff options
| author | Chong Yidong | 2011-04-08 11:37:15 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-08 11:37:15 -0400 |
| commit | cbb59342310c395a04b5dc85454938167793dd96 (patch) | |
| tree | 833ee203c2b09cd9f826cc25081811d38e15a484 /src/ChangeLog | |
| parent | e3971c4440fc828326aaeec79d1a53638d67ed0f (diff) | |
| download | emacs-cbb59342310c395a04b5dc85454938167793dd96.tar.gz emacs-cbb59342310c395a04b5dc85454938167793dd96.zip | |
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/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e4100878c4..e74643be30a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-04-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (read_char): Call Lisp function help-form-show, | ||
| 4 | instead of using internal_with_output_to_temp_buffer. | ||
| 5 | (Qhelp_form_show): New var. | ||
| 6 | |||
| 7 | * print.c (internal_with_output_to_temp_buffer): Function deleted. | ||
| 8 | |||
| 9 | * lisp.h (internal_with_output_to_temp_buffer): Remove prototype. | ||
| 10 | |||
| 1 | 2011-04-06 Chong Yidong <cyd@stupidchicken.com> | 11 | 2011-04-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * process.c (Flist_processes): Removed to Lisp. | 13 | * process.c (Flist_processes): Removed to Lisp. |