]> git.eshelyaron.com Git - emacs.git/commit
Allow a :stride argument so XBM boolvecs are in the right format.
authorPip Cet <pipcet@gmail.com>
Tue, 24 Sep 2019 16:35:15 +0000 (18:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Sep 2019 16:35:15 +0000 (18:35 +0200)
commit873cd63ff2a2fc738664065e84a997fe7b4e7051
tree0c66977636407512d6f98ca3bc1e2d63709e6371
parent38517651d0aa573b0af69d1c70e920b587930c4f
Allow a :stride argument so XBM boolvecs are in the right format.

* src/image.c (xbm_image_p): Explicitly specify the right stride if a
bool vector is used as argument.
* doc/lispref/display.texi (XBM Images): Describe bool vectors
accurately.
* etc/NEWS: Document the change (bug#36337).
doc/lispref/display.texi
etc/NEWS
src/image.c