aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-06-19 07:21:13 +0000
committerKen Raeburn2000-06-19 07:21:13 +0000
commit1435846670cbcd404415fcdbba7e61bd7ed9de24 (patch)
tree4d1b6990fdea3214ce28be2a4b0560727faed53a /src/ChangeLog
parent140c4ac6f3aad88bc2222ff8fb25d3272ee01a87 (diff)
downloademacs-1435846670cbcd404415fcdbba7e61bd7ed9de24.tar.gz
emacs-1435846670cbcd404415fcdbba7e61bd7ed9de24.zip
fix jpeg error-handling setup
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b95056b91b9..336af92181b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-06-19 Ken Raeburn <raeburn@gnu.org> 12000-06-19 Ken Raeburn <raeburn@gnu.org>
2 2
3 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
4 in the custom handler pointer.
5
3 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key 6 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
4 value, or checks for CHAR_META can fail when Lisp_Object is a 7 value, or checks for CHAR_META can fail when Lisp_Object is a
5 union type. 8 union type.