aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-05 14:41:57 -0800
committerPaul Eggert2013-11-05 14:41:57 -0800
commit7544a9d393b426ffd99831ef93202b5bda444bfb (patch)
treedb4b397cbbeb83596b3458c914735eabf0d31697 /src/ChangeLog
parentc923b188f48bb342b30870eda89ea8d79376b05d (diff)
downloademacs-7544a9d393b426ffd99831ef93202b5bda444bfb.tar.gz
emacs-7544a9d393b426ffd99831ef93202b5bda444bfb.zip
* keyboard.c (Fcommand_error_default_function): Fix pointer signedness
glitch. Eliminate 'sz' prefix; Hungarian notation is not helpful here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fec1a12de8a..740a8f93505 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-11-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 * keyboard.c (Fcommand_error_default_function): Fix pointer signedness
4 glitch. Eliminate 'sz' prefix; Hungarian notation is not helpful here.
5
12013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> 62013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * keyboard.c (Fcommand_error_default_function): Rename from 8 * keyboard.c (Fcommand_error_default_function): Rename from