Fix typo.
authorshuhei-k <shuhei-k>
Sat, 22 May 1999 17:08:48 +0000 (17:08 +0000)
committershuhei-k <shuhei-k>
Sat, 22 May 1999 17:08:48 +0000 (17:08 +0000)
mel-b-dl.el

index a6896fd..59bff29 100644 (file)
@@ -77,7 +77,7 @@ START and END are buffer positions."
   (if (string-match (eval-when-compile
                      (concat "\\`" B-encoded-text-regexp "\\'"))
                    string)
-      (decode-base64-string string)
+      (base64-decode-string string)
     (error "Invalid encoded-text %s" string)))