1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

Remove :group from a recent defcustom

* lisp/image.el (convert-images-externally): Remove :group.
This commit is contained in:
Lars Ingebrigtsen 2019-09-29 02:16:41 +02:00
parent 63f4f02aa7
commit 8b5e92921e

View 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")