X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ew-quote.el;h=e95bfb07fd561a53a69fe314c15340334b0d345c;hb=57f9c6aeeb190fe45d405b0b059445bba3d6edfd;hp=583d06028c6bc9eeaa164d53d3c3d8b2cd2517a3;hpb=321fe06f7c522588348cee5be193bfe8b578983c;p=elisp%2Fflim.git diff --git a/ew-quote.el b/ew-quote.el index 583d060..e95bfb0 100644 --- a/ew-quote.el +++ b/ew-quote.el @@ -18,24 +18,6 @@ ;; B : token. ;; C : encoded-text. -(eval-and-compile - (defconst ew-quoting-char ?+)) -(defconst ew-quoting-chars-regexp - (eval-when-compile - (concat (regexp-quote (char-to-string ew-quoting-char)) "*"))) - -(defconst ew-type2-regexp - (eval-when-compile - (require 'ew-var) - (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)