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:
92dc5eb
)
(eword-lexical-analyze-internal): Fix typo. [cf. <emacs-mime-ja:00425>]
author
shuhei
<shuhei>
Sun, 15 Apr 2001 06:22:37 +0000
(06:22 +0000)
committer
shuhei
<shuhei>
Sun, 15 Apr 2001 06:22:37 +0000
(06:22 +0000)
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
0fc7d33
..
e4143e6
100644
(file)
--- a/
eword-decode.el
+++ b/
eword-decode.el
@@
-749,7
+749,7
@@
be the result.")
)
(setq rest (cdr rest)))
(or r
- (list (cons 'error (substring string start)) (1+ len)))
+ (cons (cons 'error (substring string start)) (1+ len)))
))
(setq dest (cons (car ret) dest)
start (cdr ret))