; image-dired: Delete unnecessary :group arg

* lisp/image/image-dired.el (image-dired-db-file): Delete unnecessary
:group arg.
This commit is contained in:
Stefan Kangas 2022-09-13 17:16:33 +02:00
parent 6e6a3efa2e
commit 2984b752f1

View file

@ -206,7 +206,6 @@ https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
(defcustom image-dired-db-file
(expand-file-name ".image-dired_db" image-dired-dir)
"Database file where file names and their associated tags are stored."
:group 'image-dired
:type 'file)
(defcustom image-dired-rotate-original-ask-before-overwrite t