(mime-view-cut-header): Use `defun' instead of `defsubst'.
authormorioka <morioka>
Thu, 4 Sep 1997 11:12:12 +0000 (11:12 +0000)
committermorioka <morioka>
Thu, 4 Sep 1997 11:12:12 +0000 (11:12 +0000)
mime-view.el

index daedfd8..09196c0 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.99 $
+;; Version: $Revision: 0.100 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.99 1997-09-04 11:11:20 morioka Exp $")
+  "$Id: mime-view.el,v 0.100 1997-09-04 11:12:12 morioka Exp $")
 
 (defconst mime-view-version
   `,(get-version-string mime-view-RCS-ID))
@@ -294,7 +294,7 @@ Please redefine this function if you want to change default setting."
 ;;; @@ content header filter
 ;;;
 
-(defsubst mime-view-cut-header ()
+(defun mime-view-cut-header ()
   (goto-char (point-min))
   (while (re-search-forward mime-view-ignored-field-regexp nil t)
     (let* ((beg (match-beginning 0))