Sync.
authoryamaoka <yamaoka>
Thu, 27 Apr 2000 00:11:25 +0000 (00:11 +0000)
committeryamaoka <yamaoka>
Thu, 27 Apr 2000 00:11:25 +0000 (00:11 +0000)
lisp/ChangeLog
lisp/gnus-mailcap.el

index 08d12a9..4f32c0e 100644 (file)
@@ -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
index 7942444..1a55e50 100644 (file)
@@ -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")