(quoted-printable-hex-chars, quoted-printable-octet-regexp,
authortmorioka <tmorioka>
Mon, 24 Feb 1997 09:00:59 +0000 (09:00 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 09:00:59 +0000 (09:00 +0000)
eword-Q-encoded-text-regexp,
eword-Q-encoding-and-encoded-text-regexp): Moved from mime-def.el.

mime-def.el

index cc31e73..a6eec75 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.6 1997-02-24 08:57:49 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.7 1997-02-24 09:00:59 tmorioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -223,20 +223,6 @@ FUNCTION.")
 (defconst mime/disposition-type-regexp mime/token-regexp)
 
 
-;;; @@ Quoted-Printable
-;;;
-
-(defconst quoted-printable-hex-chars "0123456789ABCDEF")
-(defconst quoted-printable-octet-regexp
-  (concat "=[" quoted-printable-hex-chars
-         "][" quoted-printable-hex-chars "]"))
-
-(defconst eword-Q-encoded-text-regexp
-  (concat "\\([^=?]\\|" quoted-printable-octet-regexp "\\)+"))
-(defconst eword-Q-encoding-and-encoded-text-regexp
-  (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp))
-
-
 ;;; @ rot13-47
 ;;;
 ;; caesar-region written by phr@prep.ai.mit.edu  Nov 86