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:
d7f6d04
)
Fix typo.
author
keiichi
<keiichi>
Thu, 16 Dec 1999 03:45:00 +0000
(
03:45
+0000)
committer
keiichi
<keiichi>
Thu, 16 Dec 1999 03:45:00 +0000
(
03:45
+0000)
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
1343bce
..
6acac5b
100644
(file)
--- a/
eword-decode.el
+++ b/
eword-decode.el
@@
-673,7
+673,7
@@
be the result."
(setq i (1+ i))
(if (>= i len)
(throw 'tag (cons
- (cons 'error (substring string start))
+ (cons 'error (substring string from))
len
)))
(setq last-str (concat last-str
@@
-718,7
+718,7
@@
be the result."
from i
last-str "")
(throw 'tag (cons
- (cons 'error (substring string start))
+ (cons 'error (substring string from))
len
))))
(t