X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ew-quote.el;h=e95bfb07fd561a53a69fe314c15340334b0d345c;hb=57f9c6aeeb190fe45d405b0b059445bba3d6edfd;hp=b37e01fcdee881df957d5547822c6e3b54b0a466;hpb=612ca4e439ad59dbdb7b59246f1131450d747a44;p=elisp%2Fflim.git diff --git a/ew-quote.el b/ew-quote.el index b37e01f..e95bfb0 100644 --- a/ew-quote.el +++ b/ew-quote.el @@ -18,20 +18,6 @@ ;; B : token. ;; C : encoded-text. -(defconst ew-quoting-char ?+) -(defconst ew-quoting-chars-regexp - (concat (regexp-quote (char-to-string ew-quoting-char)) "*")) - -(defconst ew-type2-regexp - (concat (regexp-quote "=?") - "\\(" ew-token-regexp "\\)" - (regexp-quote "?") - "\\(" ew-token-regexp "\\)" - (regexp-quote "?") - "\\(" ew-encoded-text-regexp "\\)" - (regexp-quote "?") - "\\'")) - ;;; (defun ew-quoting-char-seq (num)