Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Nov 2013 17:30:09 +0000 (09:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Nov 2013 17:30:09 +0000 (09:30 -0800)
commit4aaf6b615b41478b085c03f33831e0d72d0571e8
treeab751e452a845672422cbec2283f383c4d9bddf6
parentf0ffd77d7ca6376ab94eb124af7fbfd624d61ce0
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.
src/ChangeLog
src/lread.c
src/textprop.c