projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604415b
)
Fix typo.
author
shuhei-k
<shuhei-k>
Sat, 22 May 1999 17:08:48 +0000
(17:08 +0000)
committer
shuhei-k
<shuhei-k>
Sat, 22 May 1999 17:08:48 +0000
(17:08 +0000)
mel-b-dl.el
patch
|
blob
|
history
diff --git
a/mel-b-dl.el
b/mel-b-dl.el
index
a6896fd
..
59bff29
100644
(file)
--- 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)))