]> git.eshelyaron.com Git - emacs.git/commitdiff
Allow viewing .dcm images via image-convert
authorAntero Mejr <antero@mailbox.org>
Mon, 15 May 2023 23:15:33 +0000 (23:15 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:20:19 +0000 (16:20 +0100)
* lisp/files.el (auto-mode-alist): Support the DICOM .dcm image
format.  (Bug#63531)

(cherry picked from commit 78eb102bc3d25aafb9a2d6756b956f7a2321a715)

lisp/files.el

index 43b023fae6e0167fd8772626d1690e9996c2db2d..6657588bc0ffbf1adae4218a916a7afa284f95b2 100644 (file)
@@ -3268,6 +3268,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\|SQUASHFS\\)\\'" .
      ("\\.cmyk\\'" . image-mode)
      ("\\.cmyka\\'" . image-mode)
      ("\\.crw\\'" . image-mode)
+     ("\\.dcm\\'" . image-mode)
      ("\\.dcr\\'" . image-mode)
      ("\\.dcx\\'" . image-mode)
      ("\\.dng\\'" . image-mode)