diff lisp/gnus/mm-util.el @ 89870:561b856c5b1f

Sync with HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 12 Mar 2004 00:03:12 +0000
parents 5e12f0bce446
children cce1c0ee76ee
line wrap: on
line diff
--- a/lisp/gnus/mm-util.el	Thu Mar 11 23:42:18 2004 +0000
+++ b/lisp/gnus/mm-util.el	Fri Mar 12 00:03:12 2004 +0000
@@ -424,7 +424,7 @@
     (mm-mule-charset-to-mime-charset charset)))
 
 (defun mm-delete-duplicates (list)
-  "Simple  substitute for CL `delete-duplicates', testing with `equal'."
+  "Simple substitute for CL `delete-duplicates', testing with `equal'."
   (let (result head)
     (while list
       (setq head (car list))
@@ -670,4 +670,5 @@
 
 (provide 'mm-util)
 
+;;; arch-tag: 94dc5388-825d-4fd1-bfa5-2100aa351238
 ;;; mm-util.el ends here