(mailcap-look-at-mtext): Fix typo.
authormorioka <morioka>
Sun, 3 May 1998 15:12:38 +0000 (15:12 +0000)
committermorioka <morioka>
Sun, 3 May 1998 15:12:38 +0000 (15:12 +0000)
mailcap.el

index 32aa278..416b977 100644 (file)
 
 (defsubst mailcap-look-at-mtext ()
   (let ((beg (point)))
-    (while (or (mailcap-look-at-schar)
+    (while (or (mailcap-look-at-qchar)
               (mailcap-look-at-schar)))
     (buffer-substring beg (point))
     ))