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:
54b948c
)
(mime-lexical-analyze) [comment(^^;]: Would infloop.
author
shuhei
<shuhei>
Mon, 9 Apr 2001 12:20:20 +0000
(12:20 +0000)
committer
shuhei
<shuhei>
Mon, 9 Apr 2001 12:20:20 +0000
(12:20 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
6543ef2
..
6715d24
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-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)