Variable: mpc-cover-image-re
mpc-cover-image-re is a customizable variable defined in mpc.el.gz.
Value
nil
Documentation
If non-nil, it is a regexp that should match a valid cover image.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;;; Formatter ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defcustom mpc-cover-image-re nil ; (rx (or ".jpg" ".jpeg" ".png") string-end)
"If non-nil, it is a regexp that should match a valid cover image."
:type '(choice (const nil) regexp)
:version "28.1")