(eword-lexical-analyze-internal): Fixed return value.
authorshuhei-k <shuhei-k>
Sat, 21 Mar 1998 04:46:57 +0000 (04:46 +0000)
committershuhei-k <shuhei-k>
Sat, 21 Mar 1998 04:46:57 +0000 (04:46 +0000)
eword-decode.el

index aa638db..3f5a4c7 100644 (file)
@@ -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))