From eefef287b35b5f5277de5246cb5806648be293b7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 12 Feb 2016 16:32:24 +1100 Subject: [PATCH] Fix missed translation in a previous commit * lisp/gnus/mailcap.el (mailcap-mime-types): Fix missed translation of mailcap-delete-duplicates. --- lisp/gnus/mailcap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index 7ceb865a820..de8e83800f9 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el @@ -967,7 +967,7 @@ If FORCE, re-parse even if already parsed." (defun mailcap-mime-types () "Return a list of MIME media types." (mailcap-parse-mimetypes) - (mailcap-delete-duplicates + (delete-dups (nconc (mapcar 'cdr mailcap-mime-extensions) (apply -- 2.39.2