From: shuhei-k Date: Sat, 22 May 1999 17:08:48 +0000 (+0000) Subject: Fix typo. X-Git-Tag: flim-1_12_7~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7ec008c2244edacc6bef447cba97fcd0acc9e263;p=elisp%2Fflim.git Fix typo. --- diff --git a/mel-b-dl.el b/mel-b-dl.el index a6896fd..59bff29 100644 --- a/mel-b-dl.el +++ b/mel-b-dl.el @@ -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)))