]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove :group from a recent defcustom
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 29 Sep 2019 00:16:41 +0000 (02:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 29 Sep 2019 00:16:41 +0000 (02:16 +0200)
* lisp/image.el (convert-images-externally): Remove :group.

lisp/image.el

index 00b4c487cd7cbd70615088ca9d84bf75cb2a4ae3..3f953e65ae8407c26a5285306015087de5af352c 100644 (file)
@@ -148,7 +148,6 @@ 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")