(nneething-decode-file-name): Replace decode-coding-string with
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 29 Nov 2006 23:52:18 +0000 (23:52 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 29 Nov 2006 23:52:18 +0000 (23:52 +0000)
 mm-decode-coding-string.

lisp/ChangeLog
lisp/nneething.el

index dd248da..4afdc7f 100644 (file)
@@ -1,5 +1,8 @@
 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * nneething.el (nneething-decode-file-name): Replace
+       decode-coding-string with mm-decode-coding-string.
+
        * gnus-int.el (gnus-open-server): Say failed server's name.
 
 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
index 844b03b..b5807e5 100644 (file)
@@ -303,7 +303,7 @@ included.")
       (setq buf (cons (string (string-to-number (match-string 1 file) 16))
                      (cons (substring file pos (match-beginning 0)) buf))
            pos (match-end 0)))
-    (decode-coding-string
+    (mm-decode-coding-string
      (apply (function concat)
            (nreverse (cons (substring file pos) buf)))
      (or coding-system nnmail-pathname-coding-system))))