From: Lars Ingebrigtsen Date: Sun, 29 Sep 2019 11:26:33 +0000 (+0200) Subject: Remove duplicated image conversion defcustom X-Git-Tag: emacs-27.0.90~1378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f19879c36a1613ffe15d13457791817c57faa82e;p=emacs.git Remove duplicated image conversion defcustom * lisp/image/image-converter.el (convert-external-images): Remove defcustom that was accidentally not removed when moving to image.el (and renamed). --- diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el index 25b49ff103b..5bb4e103a75 100644 --- a/lisp/image/image-converter.el +++ b/lisp/image/image-converter.el @@ -29,17 +29,6 @@ (require 'cl-generic) (eval-when-compile (require 'cl-lib)) -(defcustom convert-external-images nil - "If non-nil, `create-image' will use external converters for exotic formats. -Emacs handles most of the common image formats (JPEG, PNG, GIF -and so on) internally, but images that doesn't have native -support in Emacs can still be displayed by Emacs if external -conversion programs (like ImageMagick \"convert\", GraphicsMagick -\"gm\" or \"ffmpeg\") are installed." - :group 'image - :type 'bool - :version "27.1") - (defcustom image-converter nil "Type of the external image converter to use. The value should a symbol, either `imagemagick', `graphicsmagick',