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
2467875c
Commit
2467875c
authored
Aug 22, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(create-image): Doc fix.
parent
38f37c0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/image.el
lisp/image.el
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
lisp/image.el
View file @
2467875c
...
...
@@ -353,7 +353,12 @@ Optional PROPS are additional image attributes to assign to the image,
like,
e.g.
`
:mask
MASK
'.
Value
is
the
image
created,
or
nil
if
images
of
type
TYPE
are
not
supported.
Images
should
not
be
larger
than
specified
by
`
max-image-size
'.
"
Images
should
not
be
larger
than
specified
by
`
max-image-size
'.
Image
file
names
that
are
not
absolute
are
searched
for
in
the
\"images\"
sub-directory
of
`
data-directory
'
and
`
x-bitmap-file-path
'
(
in
that
order
)
.
"
;; It is x_find_image_file in image.c that sets the search path.
(setq type (image-type file-or-data type data-p))
(when (image-type-available-p type)
(append (list 'image :type type (if data-p :data :file) file-or-data)
...
...
src/ChangeLog
View file @
2467875c
2007-08-22 Glenn Morris <rgm@gnu.org>
* image.c (x_find_image_file): Search in etc/images/ rather than
etc/.
2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
* Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
...
...
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