(mailcap-mime-data): Fix octet-stream syntax -- might matter in
authorDave Love <fx@gnu.org>
Wed, 26 Apr 2000 23:04:15 +0000 (23:04 +0000)
committerDave Love <fx@gnu.org>
Wed, 26 Apr 2000 23:04:15 +0000 (23:04 +0000)
Emacs 21.

lisp/mailcap.el

index a44ff9f..eea94b7 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")