Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port init-image-library #1252

Open
brotzeit opened this issue Jan 17, 2019 · 0 comments · May be fixed by #1536
Open

Port init-image-library #1252

brotzeit opened this issue Jan 17, 2019 · 0 comments · May be fixed by #1536
Labels
Active PR There is a PR that resolves this issue. good first issue

Comments

@brotzeit
Copy link
Member

DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0,
       doc: /* Initialize image library implementing image type TYPE.
Return non-nil if TYPE is a supported image type.

If image libraries are loaded dynamically (currently only the case on
MS-Windows), load the library for TYPE if it is not yet loaded, using
the library file(s) specified by `dynamic-library-alist'.  */)
  (Lisp_Object type)
{
  return lookup_image_type (type) ? Qt : Qnil;
}
@benreyn benreyn linked a pull request Aug 12, 2019 that will close this issue
@agraven agraven added the Active PR There is a PR that resolves this issue. label Jan 23, 2020
@agraven agraven added this to To do in Porting efforts via automation Jan 23, 2020
@agraven agraven moved this from To do to In progress in Porting efforts Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Active PR There is a PR that resolves this issue. good first issue
Projects
Porting efforts
  
In progress
Development

Successfully merging a pull request may close this issue.

2 participants