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:
1bef7a0
)
(eword-lexical-analyze-internal): Fix typo. [cf. <emacs-mime-ja:00425>]
author
shuhei
<shuhei>
Sun, 15 Apr 2001 06:22:57 +0000
(06:22 +0000)
committer
shuhei
<shuhei>
Sun, 15 Apr 2001 06:22:57 +0000
(06:22 +0000)
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
6a3b447
..
b3277f5
100644
(file)
--- a/
eword-decode.el
+++ b/
eword-decode.el
@@
-689,7
+689,7
@@
be the result.")
(setq r (funcall func string start must-unfold))))
(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)))
(nreverse dest)))