aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-25 09:30:09 -0800
committerPaul Eggert2013-11-25 09:30:09 -0800
commit4aaf6b615b41478b085c03f33831e0d72d0571e8 (patch)
treeab751e452a845672422cbec2283f383c4d9bddf6 /src/ChangeLog
parentf0ffd77d7ca6376ab94eb124af7fbfd624d61ce0 (diff)
downloademacs-4aaf6b615b41478b085c03f33831e0d72d0571e8.tar.gz
emacs-4aaf6b615b41478b085c03f33831e0d72d0571e8.zip
Fix minor problems found by static checking.
* lread.c (load_path_default): Now static. * textprop.c (text_property_stickiness): Be consistent about the test used when deciding whether to consider the previous character. This simplifies the code a bit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 123feaffae0..ba0af53484d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-11-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor problems found by static checking.
4 * lread.c (load_path_default): Now static.
5 * textprop.c (text_property_stickiness): Be consistent about the
6 test used when deciding whether to consider the previous character.
7 This simplifies the code a bit.
8
12013-11-25 Stefan Monnier <monnier@iro.umontreal.ca> 92013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * textprop.c (text_property_stickiness): Fix front-stickiness at BOB. 11 * textprop.c (text_property_stickiness): Fix front-stickiness at BOB.