projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32fb52
)
Sync.
author
yamaoka
<yamaoka>
Thu, 27 Apr 2000 00:11:25 +0000
(
00:11
+0000)
committer
yamaoka
<yamaoka>
Thu, 27 Apr 2000 00:11:25 +0000
(
00:11
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-mailcap.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
08d12a9
..
4f32c0e
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2000-04-27 Dave Love <fx@gnu.org>
+
+ * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
+ matter in Emacs 21.
+
2000-04-26 Florian Weimer <fw@deneb.cygnus.argh.org>
* mm-bodies.el (mm-encode-body): Remove reference to
diff --git
a/lisp/gnus-mailcap.el
b/lisp/gnus-mailcap.el
index
7942444
..
1a55e50
100644
(file)
--- a/
lisp/gnus-mailcap.el
+++ b/
lisp/gnus-mailcap.el
@@
-52,7
+52,7
@@
("octet-stream"
(viewer . mailcap-save-binary-file)
(non-viewer . t)
- (type ."application/octet-stream"))
+ (type . "application/octet-stream"))
("dvi"
(viewer . "open %s")
(type . "application/dvi")