projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3319bd0
)
(eword-lexical-analyze-internal): Fixed return value.
author
shuhei-k
<shuhei-k>
Sat, 21 Mar 1998 04:46:57 +0000
(
04:46
+0000)
committer
shuhei-k
<shuhei-k>
Sat, 21 Mar 1998 04:46:57 +0000
(
04:46
+0000)
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
aa638db
..
3f5a4c7
100644
(file)
--- a/
eword-decode.el
+++ b/
eword-decode.el
@@
-454,7
+454,7
@@
be the result."
(null (setq r (funcall func string must-unfold)))
)
(setq rest (cdr rest)))
- (or r '((error) . ""))
+ (or r `((error . ,string) . ""))
))
(setq dest (cons (car ret) dest))
(setq string (cdr ret))