]> git.eshelyaron.com Git - emacs.git/commit
Replace use of obsolete string-make-unibyte
authorNoam Postavsky <npostavs@gmail.com>
Sun, 28 Apr 2019 20:29:44 +0000 (16:29 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 28 Apr 2019 20:45:13 +0000 (16:45 -0400)
commit74712470fcb95cd4ef6ef5c61eee73cb8e02a8bd
tree3c802c616119719cf8434e77706fd22915df0a8c
parentcaadbd94921b66fd6820dbc95783765837b931f7
Replace use of obsolete string-make-unibyte

* lisp/image-file.el (insert-image-file): Use encode-coding-region
instead of string-make-unibyte.
* test/lisp/image-file-tests.el: New test.
lisp/image-file.el
test/lisp/image-file-tests.el [new file with mode: 0644]