Sync up with APEL 8.0.9
[elisp/apel.git] / emu-x20.el
index 370c95d..e9bffcc 100644 (file)
@@ -70,7 +70,7 @@ find-file-hooks, etc.
 ;;; @ MIME charset
 ;;;
 
-(defsubst encode-mime-charset-region (start end charset)
+(defun encode-mime-charset-region (start end charset)
   "Encode the text between START and END as MIME CHARSET."
   (let ((cs (mime-charset-to-coding-system charset)))
     (if cs
@@ -134,7 +134,7 @@ find-file-hooks, etc.
            ))
        (setq rest (cdr rest))))))
 
-(defsubst decode-mime-charset-region (start end charset)
+(defun decode-mime-charset-region (start end charset)
   "Decode the text between START and END as MIME CHARSET."
   (if (stringp charset)
       (setq charset (intern (downcase charset)))