Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3350bf9
Commit
b3350bf9
authored
Jul 07, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lread.c (load_path_check): Now static.
parent
6045c4fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/lread.c
src/lread.c
+1
-1
No files found.
src/ChangeLog
View file @
b3350bf9
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (load_path_check): Now static.
Fix some minor --with-ns problems found by static checking.
* frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
(x_set_font) [!HAVE_X_WINDOWS]:
...
...
src/lread.c
View file @
b3350bf9
...
...
@@ -4061,7 +4061,7 @@ defvar_kboard (struct Lisp_Kboard_Objfwd *ko_fwd,
/* Check that the elements of Vload_path exist. */
void
static
void
load_path_check
(
void
)
{
Lisp_Object
path_tail
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment