summaryrefslogtreecommitdiff
path: root/test/lisp/image-file-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Replace use of obsolete string-make-unibyteNoam Postavsky2019-04-281-0/+44
* lisp/image-file.el (insert-image-file): Use encode-coding-region instead of string-make-unibyte. * test/lisp/image-file-tests.el: New test.