aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-18 16:53:43 -0700
committerPaul Eggert2012-08-18 16:53:43 -0700
commite757f1c6f393cf82057dbee0a4325b07f0fd55c4 (patch)
tree114b122ca03e38109f46b2aac0ab3334bc68a569 /src/ChangeLog
parent51e6d6b2f5799ae3fc9c33930e0c4b456e1bbbdd (diff)
downloademacs-e757f1c6f393cf82057dbee0a4325b07f0fd55c4.tar.gz
emacs-e757f1c6f393cf82057dbee0a4325b07f0fd55c4.zip
port new setting code to Sun C 5.8 2005/10/13
* chartab.c, lisp.h (char_table_set, char_table_set_range): Return void, not Lisp_Object. Otherwise, the compiler complains about (A?B:C) where B is void and C is Lisp_Object when compiling CHAR_TABLE_SET, due to the recent change to the API of sub_char_table_set_contents.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index beb47d6c998..1956d602e6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 port new setting code to Sun C 5.8 2005/10/13
4 * chartab.c, lisp.h (char_table_set, char_table_set_range):
5 Return void, not Lisp_Object. Otherwise, the compiler
6 complains about (A?B:C) where B is void and C is Lisp_Object
7 when compiling CHAR_TABLE_SET, due to the recent change to
8 the API of sub_char_table_set_contents.
9
12012-08-18 Chong Yidong <cyd@gnu.org> 102012-08-18 Chong Yidong <cyd@gnu.org>
2 11
3 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE 12 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE