diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-10-17 12:38:18 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-10-17 12:38:18 -0400 |
commit | 4690f2f44d38d64d8ebfea98c085844a5723df0f (patch) | |
tree | b98514b2f15959f2f0231df8a7eda10a7fef4cea /lisp/emacs-lisp/debug.el | |
parent | 49084bad7990a614bdd3ea7a24ebab0fc89627e3 (diff) | |
download | emacs-4690f2f44d38d64d8ebfea98c085844a5723df0f.tar.gz emacs-4690f2f44d38d64d8ebfea98c085844a5723df0f.tar.bz2 emacs-4690f2f44d38d64d8ebfea98c085844a5723df0f.zip |
mpc.el: Misc tweaks.
* lisp/mpc.el: Require `cl-lib` at run-time.
Don't require `subr-x` any more.
(mpc-status-callbacks): Improve docstring.
(mpc-cover-image-find): Avoid `and-let*`.
(mpc-cover-image-p): Use `member-ignore-case` to recover the
behavior before last patch.
(mpc-cover-image-find, mpc-cover-image-p): Move to later in the
file to avoid compiler warning.
(mpc-format, mpc-notifications-title, mpc-notifications-body):
Tweak docstring.
(mpc--notifications-format): Create only one temp buffer and use
the faster `cl-some` since we know the arg is a list.
(mpc-notifications-notify): Prefer `when-let*` since all the other
`*-let` we use are also of the `let*`family.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions