From: Lars Ingebrigtsen Date: Mon, 25 Oct 2021 15:19:32 +0000 (+0200) Subject: Allow viewing .heic images via image-convert X-Git-Tag: emacs-29.0.90~3671^2~419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46941bcc2a996dbc771fe4bf027ce1926126c3ce;p=emacs.git Allow viewing .heic images via image-convert * lisp/files.el (auto-mode-alist): Support the Apple .heic/HEIF image format (bug#51381). --- diff --git a/lisp/files.el b/lisp/files.el index f0cfa2e39b3..1d2ef6fde7f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2977,6 +2977,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\|SQUASHFS\\)\\'" . ("\\.dng\\'" . image-mode) ("\\.dpx\\'" . image-mode) ("\\.fax\\'" . image-mode) + ("\\.heic\\'" . image-mode) ("\\.hrz\\'" . image-mode) ("\\.icb\\'" . image-mode) ("\\.icc\\'" . image-mode)