]> git.eshelyaron.com Git - emacs.git/commit
Fix error messages for when covers are not found.
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 13 Oct 2015 18:19:18 +0000 (14:19 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 13 Oct 2015 18:25:35 +0000 (14:25 -0400)
commit18b0eb7f1cc16fe33f89c74d2497a6fcb4b863fd
treeebc0f8e1e4f3003902255ba4a6d21fb7511a03f0
parent6d6bf466477b004035a4314886e35214c6f8603b
Fix error messages for when covers are not found.

The last change to mpc-format let the binding to file call
mpc-file-local-copy with nil argument. Instead, employ if-let here so
nil bindings don't result in needless computation and errors.
* lisp/mpc.el: Require 'subr-x at compile time.
* lisp/mpc.el (mpc-format): Use if-let.
lisp/mpc.el