aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-04-08 11:51:28 -0400
committerChong Yidong2011-04-08 11:51:28 -0400
commite0d38eebb37dfa2e9ab51e0106122dc10f9c75b2 (patch)
tree725931c286606493ce117965a8c5cd713194f5d7 /src/ChangeLog
parentcbb59342310c395a04b5dc85454938167793dd96 (diff)
downloademacs-e0d38eebb37dfa2e9ab51e0106122dc10f9c75b2.tar.gz
emacs-e0d38eebb37dfa2e9ab51e0106122dc10f9c75b2.zip
* keyboard.c (syms_of_keyboard): Use DEFSYM macro.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e74643be30a..7f0dc9a8e26 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * keyboard.c (read_char): Call Lisp function help-form-show, 3 * keyboard.c (read_char): Call Lisp function help-form-show,
4 instead of using internal_with_output_to_temp_buffer. 4 instead of using internal_with_output_to_temp_buffer.
5 (Qhelp_form_show): New var. 5 (Qhelp_form_show): New var.
6 (syms_of_keyboard): Use DEFSYM macro.
6 7
7 * print.c (internal_with_output_to_temp_buffer): Function deleted. 8 * print.c (internal_with_output_to_temp_buffer): Function deleted.
8 9