diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
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 | ||
| 4064 | void | 4064 | static void |
| 4065 | load_path_check (void) | 4065 | load_path_check (void) |
| 4066 | { | 4066 | { |
| 4067 | Lisp_Object path_tail; | 4067 | Lisp_Object path_tail; |