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
050b82f6
Commit
050b82f6
authored
Aug 30, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment.
parent
0f1444e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
src/image.c
src/image.c
+1
-1
No files found.
ChangeLog
View file @
050b82f6
2007-08-30 Glenn Morris <rgm@gnu.org>
* configure.in (AH_BOTTOM): Copy some manual changes made to
src/config.in here so they are not lost when it regenerates.
2007-08-29 Glenn Morris <rgm@gnu.org>
* README: Increase version to 23.0.50.
...
...
src/image.c
View file @
050b82f6
...
...
@@ -2377,7 +2377,7 @@ x_find_image_file (file)
Vx_bitmap_file_path);
GCPRO2 (file_found, search_path);
/* Try to find FILE in data-directory, then x-bitmap-file-path. */
/* Try to find FILE in data-directory
/images
, then x-bitmap-file-path. */
fd = openp (search_path, file, Qnil, &file_found, Qnil);
if (fd == -1)
...
...
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