X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ew-quote.el;h=e95bfb07fd561a53a69fe314c15340334b0d345c;hb=4d9c85cce61c5f3a0e1746a885b57b667f3843d8;hp=fd66130762c853893ae7ee8b1b723b4b9c5eade5;hpb=746a098abd9001ddd0b1d08649323432ddf9b1b8;p=elisp%2Fflim.git diff --git a/ew-quote.el b/ew-quote.el index fd66130..e95bfb0 100644 --- a/ew-quote.el +++ b/ew-quote.el @@ -43,7 +43,7 @@ (while tmp (setq str (car tmp) start 0) - (while (string-match ew-encoded-word-regexp0 str start) + (while (string-match ew-encoded-word-regexp str start) (setq eword-start (match-beginning 0) charset-start (match-beginning 1) eword-end (match-end 0)) @@ -92,7 +92,7 @@ (defun ew-quote-sole (str gen-type2) (let (result (start 0) charset-start quoting-end eword-end l) - (while (string-match ew-encoded-word-regexp0 str start) + (while (string-match ew-encoded-word-regexp str start) (setq charset-start (match-beginning 1) eword-end (match-end 0)) (string-match ew-quoting-chars-regexp str charset-start)