diff options
| author | Paul Eggert | 2012-07-07 12:33:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-07 12:33:28 -0700 |
| commit | b3350bf9c049962dad72aee7bbd4f6596fb8b778 (patch) | |
| tree | 64986e73a773e5c65c6ba257a2aa6f2b9da2f349 | |
| parent | 6045c4fdb88ee6bd84afcaac4a0b7e8a96f23050 (diff) | |
| download | emacs-b3350bf9c049962dad72aee7bbd4f6596fb8b778.tar.gz emacs-b3350bf9c049962dad72aee7bbd4f6596fb8b778.zip | |
* lread.c (load_path_check): Now static.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/lread.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14d82ee3ecb..3ef12b230b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lread.c (load_path_check): Now static. | ||
| 4 | |||
| 3 | Fix some minor --with-ns problems found by static checking. | 5 | Fix some minor --with-ns problems found by static checking. |
| 4 | * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]: | 6 | * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]: |
| 5 | (x_set_font) [!HAVE_X_WINDOWS]: | 7 | (x_set_font) [!HAVE_X_WINDOWS]: |
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; |