Variable: imagemagick--file-regexp

imagemagick--file-regexp is a variable defined in image.el.gz.

Value

nil

Documentation

File extension regexp for ImageMagick files, if any.

This is the extension installed into auto-mode-alist and image-type-file-name-regexps by imagemagick-register-types.

Source Code

;; Defined in /usr/src/emacs/lisp/image.el.gz
(defvar imagemagick--file-regexp nil
  "File extension regexp for ImageMagick files, if any.
This is the extension installed into `auto-mode-alist' and
`image-type-file-name-regexps' by `imagemagick-register-types'.")