aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-25 15:25:04 -0800
committerPaul Eggert2013-11-25 15:25:04 -0800
commit3f73284a46437b46bbd79f2594c3bcefde83a2e8 (patch)
treefd5e483e6465aa0bf0167aeba64a4bfcbef7e01f /src/ChangeLog
parent4301875e6e41926fe09c34cf18204ee47b37a742 (diff)
downloademacs-3f73284a46437b46bbd79f2594c3bcefde83a2e8.tar.gz
emacs-3f73284a46437b46bbd79f2594c3bcefde83a2e8.zip
bool-vector-subsetp is now the normal direction.
* data.c (Fbool_vector_subsetp): Test whether the first argument is a subset of the second one, not the reverse. Add doc string. Fixes: debbugs:15912
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba0af53484d..bf4392d519d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-11-25 Paul Eggert <eggert@cs.ucla.edu> 12013-11-25 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 bool-vector-subsetp is now the normal direction (Bug#15912).
4 * data.c (Fbool_vector_subsetp): Test whether the first argument
5 is a subset of the second one, not the reverse. Add doc string.
6
3 Fix minor problems found by static checking. 7 Fix minor problems found by static checking.
4 * lread.c (load_path_default): Now static. 8 * lread.c (load_path_default): Now static.
5 * textprop.c (text_property_stickiness): Be consistent about the 9 * textprop.c (text_property_stickiness): Be consistent about the