]> git.eshelyaron.com Git - emacs.git/commit
Fix lexical fallout in mm-inline-wash-with-file
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 04:43:16 +0000 (06:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Sep 2021 04:43:16 +0000 (06:43 +0200)
commitd3bfe91ef57b7bc766a85ba1ab0abeabe880e474
tree08d3eaf14d1b11ea9faea0a1d9a7decbe90a2caf
parent7e395a59b025c7f4be49294ad806addf5b1a25c9
Fix lexical fallout in mm-inline-wash-with-file

* lisp/gnus/mm-view.el (mm-inline-wash-with-file): This is only
called from the `links' handler, and it passes in `file' expecting
that to be dynamically bound.  Which is a very, very confusing
interface, but make that work again, anyway.
lisp/gnus/mm-view.el