Function: image-dired-add-to-tag-file-lists
image-dired-add-to-tag-file-lists is a function alias for
image-dired--add-to-tag-file-lists, defined in image-dired.el.gz.
This function is obsolete since 29.1; use
image-dired--add-to-tag-file-lists instead.
Signature
(image-dired-add-to-tag-file-lists TAG FILE)
Documentation
Helper function used from image-dired--create-gallery-lists.
Add TAG to FILE in one list and FILE to TAG in the other.
Lisp structures look like the following:
image-dired-file-tag-list:
(("filename1" "tag1" "tag2" "tag3" ...)
("filename2" "tag1" "tag2" "tag3" ...)
...)
image-dired-tag-file-list:
(("tag1" "filename1" "filename2" "filename3" ...)
("tag2" "filename1" "filename2" "filename3" ...)
...)
Aliases
image-dired-add-to-tag-file-lists (obsolete since 29.1)