projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc7051
)
(mailcap-look-at-mtext): Fix typo.
author
morioka
<morioka>
Sun, 3 May 1998 15:12:38 +0000
(15:12 +0000)
committer
morioka
<morioka>
Sun, 3 May 1998 15:12:38 +0000
(15:12 +0000)
mailcap.el
patch
|
blob
|
history
diff --git
a/mailcap.el
b/mailcap.el
index
32aa278
..
416b977
100644
(file)
--- 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))
))