(quoted-printable-hex-chars): New constant.
authormorioka <morioka>
Mon, 4 May 1998 21:17:14 +0000 (21:17 +0000)
committermorioka <morioka>
Mon, 4 May 1998 21:17:14 +0000 (21:17 +0000)
(quoted-printable-octet-regexp): New constant.

mime-def.el

index 0f15195..600e9e3 100644 (file)
@@ -25,7 +25,7 @@
 ;;; Code:
 
 (defconst mime-spadework-module-version-string
-  "FLIM 1.0.2 - \"T\e-Dòji\" ")\e-A
+  "FLIM 1.0.2 - \"T\e-Dòji\"\e-A ")
 
 (require 'custom)
 
   (concat mime-token-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 "]"))
+
+
 ;;; @ end
 ;;;