summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-11-25 09:30:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-11-25 09:30:09 -0800
commit4aaf6b615b41478b085c03f33831e0d72d0571e8 (patch)
treeab751e452a845672422cbec2283f383c4d9bddf6 /src/lread.c
parentf0ffd77d7ca6376ab94eb124af7fbfd624d61ce0 (diff)
downloademacs-4aaf6b615b41478b085c03f33831e0d72d0571e8.tar.gz
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/lread.c')
-rw-r--r--src/lread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index d8efae05471..3063cf248f5 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4164,9 +4164,9 @@ static Lisp_Object dump_path;
out-of-tree build) AND install-dir/src/Makefile exists BUT
install-dir/src/Makefile.in does NOT exist (this is a sanity
check), then repeat the above steps for source-dir/lisp,
- leim and site-lisp.
-*/
-Lisp_Object
+ leim and site-lisp. */
+
+static Lisp_Object
load_path_default (bool changed)
{
Lisp_Object lpath = Qnil;