aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorPaul Eggert2012-07-07 12:33:28 -0700
committerPaul Eggert2012-07-07 12:33:28 -0700
commitb3350bf9c049962dad72aee7bbd4f6596fb8b778 (patch)
tree64986e73a773e5c65c6ba257a2aa6f2b9da2f349 /src/lread.c
parent6045c4fdb88ee6bd84afcaac4a0b7e8a96f23050 (diff)
downloademacs-b3350bf9c049962dad72aee7bbd4f6596fb8b778.tar.gz
emacs-b3350bf9c049962dad72aee7bbd4f6596fb8b778.zip
* lread.c (load_path_check): Now static.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 92c9e0d5ab3..6b6231a8f11 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4061,7 +4061,7 @@ defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
4061 4061
4062/* Check that the elements of Vload_path exist. */ 4062/* Check that the elements of Vload_path exist. */
4063 4063
4064void 4064static void
4065load_path_check (void) 4065load_path_check (void)
4066{ 4066{
4067 Lisp_Object path_tail; 4067 Lisp_Object path_tail;