From c976e21ec61da093ebac37b796fb8600b6400de5 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 3 May 1998 15:12:38 +0000 Subject: [PATCH] (mailcap-look-at-mtext): Fix typo. --- mailcap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailcap.el b/mailcap.el index 32aa278..416b977 100644 --- a/mailcap.el +++ b/mailcap.el @@ -100,7 +100,7 @@ (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)) )) -- 1.7.10.4