* mcs-xm.el (encode-mime-charset-string): Use `defun' instead of `defsubst'
authorueno <ueno>
Mon, 22 Jul 2002 13:04:41 +0000 (13:04 +0000)
committerueno <ueno>
Mon, 22 Jul 2002 13:04:41 +0000 (13:04 +0000)
ChangeLog
mcs-xm.el

index 81f7731..1b50a8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-13  Daiki Ueno  <daiki@xemacs.org>
+
+       * mcs-xm.el (encode-mime-charset-string): Use `defun' instead of
+       `defsubst'
+
 2002-07-10  Adrian Aichner  <adrian@xemacs.org>
 
        * emu.el: Conditionalise defalias 'tl:overlay-buffer on
index 6f4c7b8..4582647 100644 (file)
--- a/mcs-xm.el
+++ b/mcs-xm.el
@@ -81,7 +81,7 @@
                       (assq t mime-charset-decoder-alist)))))
     (funcall func start end charset lbt)))
 
-(defsubst encode-mime-charset-string (string charset &optional lbt)
+(defun encode-mime-charset-string (string charset &optional lbt)
   "Encode the STRING as MIME CHARSET."
   (let ((cs (mime-charset-to-coding-system charset lbt)))
     (if cs