emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master eefef28 05/12: Fix missed translation in a previous


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master eefef28 05/12: Fix missed translation in a previous commit
Date: Fri, 12 Feb 2016 06:14:45 +0000

branch: master
commit eefef287b35b5f5277de5246cb5806648be293b7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el
index 7ceb865..de8e838 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]