]> git.eshelyaron.com Git - emacs.git/commit
mailcap: Docfix & handle function-viewer case in mailcap-view-file
authorTassilo Horn <tsdh@gnu.org>
Sat, 15 Jan 2022 10:23:46 +0000 (11:23 +0100)
committerTassilo Horn <tsdh@gnu.org>
Sat, 15 Jan 2022 10:27:20 +0000 (11:27 +0100)
commit45f1e427fc8b5722b1179eff6375d3da24299ddc
tree97337385db4b7b4032495b30d4387d9a0eb80ca2
parent7a679953e22ada9df02b181b872b9e56bbfd0f07
mailcap: Docfix & handle function-viewer case in mailcap-view-file

* lisp/net/mailcap.el (mailcap-mime-data): Fix docstring: if viewer is
a symbol/function, it should have zero args and expect the file's
contents to be in the current buffer.
(mailcap-view-file): Implement the case where the chosen viewer is a
function and not a shell command.
lisp/net/mailcap.el