(mime-lexical-analyze) [comment(^^;]: Would infloop.
authorshuhei <shuhei>
Mon, 9 Apr 2001 12:20:20 +0000 (12:20 +0000)
committershuhei <shuhei>
Mon, 9 Apr 2001 12:20:20 +0000 (12:20 +0000)
mime-parse.el

index 6543ef2..6715d24 100644 (file)
@@ -116,6 +116,13 @@ be the result."
 ;;;          dest (cons (cons 'mime-token
 ;;;                           (substring string start pos))
 ;;;                     dest)
+;;;          start pos))
+;;;        ;; error
+;;;        (t
+;;;    (setq pos len
+;;;          dest (cons (cons 'error
+;;;                           (substring string start pos))
+;;;                     dest)
 ;;;          start pos))))
 ;;;     (nreverse dest)))
 (defun mime-lexical-analyze (string)