1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/image.el (image-supported-file-p): Fix autoload cookie (bug#79764).

* lisp/emacs-lisp/icons.el (icons--create):
* lisp/mail/rmailmm.el (rmail-mime-set-bulk-data):
Remove unnecessary '(fboundp 'image-supported-file-p)'.
This commit is contained in:
Juri Linkov 2025-11-05 19:54:56 +02:00
parent 9e905357bb
commit b34040302f
3 changed files with 3 additions and 5 deletions

View file

@ -194,7 +194,6 @@ present if the icon is represented by an image."
(file-exists (and (stringp file) (file-readable-p file))))
(and file-exists
(display-images-p)
(fboundp 'image-supported-file-p)
(image-supported-file-p file)
(propertize
" " 'display